aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/add_member.html
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-07-31 23:55:02 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-07-31 23:55:02 +0200
commit548101d8bbd5adff4887cfad8fc70d1a4cf82370 (patch)
tree798470e44e9599a0adf2dea8e476b841418cb3f0 /budget/templates/add_member.html
parent37be0f4fa196de8c160f1ec59978fd3c15a8bf8d (diff)
downloadihatemoney-mirror-548101d8bbd5adff4887cfad8fc70d1a4cf82370.zip
ihatemoney-mirror-548101d8bbd5adff4887cfad8fc70d1a4cf82370.tar.gz
ihatemoney-mirror-548101d8bbd5adff4887cfad8fc70d1a4cf82370.tar.bz2
Some more theming and fixes.
Diffstat (limited to 'budget/templates/add_member.html')
-rw-r--r--budget/templates/add_member.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/budget/templates/add_member.html b/budget/templates/add_member.html
index eabbc4f..8d24aee 100644
--- a/budget/templates/add_member.html
+++ b/budget/templates/add_member.html
@@ -1,4 +1,6 @@
{% extends "layout.html" %}
{% block content %}
-{% include "member_form.html" %}
+ <form action="{{ url_for("add_member", project_id=project.id) }}" method="post">
+ {{ forms.add_member(form) }}
+ </form>
{% endblock %}