~brylie/+junk/python

« back to all changes in this revision

Viewing changes to django/django_bookmarks/templates/bookmark_save_form.html

  • Committer: Brylie Oxley
  • Date: 2011-12-30 05:32:37 UTC
  • Revision ID: brylie@tuxfamily.org-20111230053237-bvtxm01qm09kgted
Bookmarks ajax edit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<form id="save-form" method="post" action="/save/">
 
2
    {% csrf_token %}
 
3
    {{ form.as_p }}
 
4
    <input type="submit" value="save" />
 
5
</form>