From 2e9cd65e869b8bd31e6e6ba66b52705c023af5ec Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Fri, 1 Feb 2013 09:49:20 +0200 Subject: Some improvements --- notes/templates/edit.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'notes/templates/edit.html') diff --git a/notes/templates/edit.html b/notes/templates/edit.html index 6d2ec1e..51c1e7d 100644 --- a/notes/templates/edit.html +++ b/notes/templates/edit.html @@ -3,14 +3,19 @@ {% block content %}
- Notes -

New Note

- Done + Notes +

{{ note.title }}

+ Done
-
+ {% csrf_token %} {{ form }} + {% if form.is_bound %} Delete -- cgit v1.2.3