From 1338653bd2234a60eab368f58dcd8d2bcb3f3d6b Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 8 Oct 2011 15:12:29 +0200 Subject: [PATCH] iclude the edit_project template --- budget/templates/edit_project.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 budget/templates/edit_project.html diff --git a/budget/templates/edit_project.html b/budget/templates/edit_project.html new file mode 100644 index 00000000..c69045db --- /dev/null +++ b/budget/templates/edit_project.html @@ -0,0 +1,8 @@ +{% extends "layout.html" %} + +{% block content %} +

Edit this project

+
+{{ forms.edit_project(form) }} +
+{% endblock %}