Created
January 7, 2014 10:12
-
-
Save camilosanchez/8297338 to your computer and use it in GitHub Desktop.
this is the view for the updateview of my form. Is the detail of my form after you click on one of the items in the list.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Dashboard</h1> | |
<h4>Hola {{ user }}</h4> | |
<form name ="offers_update_form" action="/dashboard/edit/" method="post"> {% csrf_token %} | |
{{offer_form.as_p}} | |
<input type="submit" value="Edit offer" /> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment