aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/forms.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/forms.html')
-rw-r--r--budget/templates/forms.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/budget/templates/forms.html b/budget/templates/forms.html
index 0a06001..9e5ecd6 100644
--- a/budget/templates/forms.html
+++ b/budget/templates/forms.html
@@ -65,7 +65,10 @@
{{ input(form.name) }}
{{ input(form.password) }}
{{ input(form.contact_email) }}
- {{ submit(form.submit) }}
+ <div class="actions">
+ <button class="btn primary">{{ _("Edit the project") }}</button>
+ <a id="delete-project" style="color:red; margin-left:10px; cursor:pointer; ">{{ _("delete") }}</a>
+ </div>
{% endmacro %}