Skip to content

Instantly share code, notes, and snippets.

@camilosanchez
Created January 7, 2014 10:12
Show Gist options
  • Save camilosanchez/8297338 to your computer and use it in GitHub Desktop.
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.
<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