From ab44f253cd526be681bb4474562ce3a27f26699e Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 21 Aug 2011 21:16:32 +0200 Subject: style the send invitations page --- budget/templates/forms.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'budget/templates/forms.html') diff --git a/budget/templates/forms.html b/budget/templates/forms.html index 690f59d..8ac458f 100644 --- a/budget/templates/forms.html +++ b/budget/templates/forms.html @@ -74,3 +74,12 @@ {% endmacro %} + +{% macro invites(form) %} + {{ form.hidden_tag() }} + {{ input(form.emails) }} +
+ + No, thanks +
+{% endmacro %} -- cgit v1.1