Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DhanyaSelvaraj authored Feb 16, 2021
1 parent 06fc117 commit 2f7cbc0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions update.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{% extends 'base.html' %}
{% block content %}
<br><br>
<form method="POST">{% csrf_token %}
<center>
Name:<input type="text" name="name" value="{{obj.name}}" required><br><br>
Age:<input type="text" name="age" value="{{obj.age}}" required><br><br>
City:<input type="text" name="city" value="{{obj.city}}" required><br><br>
<button type="submit">Submit</button>

</center>
</form>

{% endblock %}

0 comments on commit 2f7cbc0

Please sign in to comment.