aboutsummaryrefslogtreecommitdiff
path: root/budget
diff options
context:
space:
mode:
Diffstat (limited to 'budget')
-rw-r--r--budget/templates/edit_project.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/budget/templates/edit_project.html b/budget/templates/edit_project.html
new file mode 100644
index 0000000..c69045d
--- /dev/null
+++ b/budget/templates/edit_project.html
@@ -0,0 +1,8 @@
+{% extends "layout.html" %}
+
+{% block content %}
+<h2>Edit this project</h2>
+<form method="post">
+{{ forms.edit_project(form) }}
+</form>
+{% endblock %}