From be32a2550ec3b40d393620c301bbaa5bb59d1bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Sureau?= Date: Thu, 5 Apr 2012 15:40:09 +0200 Subject: Update to Boostrap v2. Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter. --- budget/templates/send_invites.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'budget/templates/send_invites.html') diff --git a/budget/templates/send_invites.html b/budget/templates/send_invites.html index 9883cba..746ff6a 100644 --- a/budget/templates/send_invites.html +++ b/budget/templates/send_invites.html @@ -14,7 +14,7 @@ creation of this budget management project and we will send them an email for yo

{{ _("If you prefer, you can") }} {{ _("skip this step") }} {{ _("and notify them yourself") }}

{% include "display_errors.html" %} -
+ {{ forms.invites(form) }}
{% endblock %} -- cgit v1.1