diff options
| author | Quentin Roy <royque@gmail.com> | 2011-11-20 05:56:06 -0800 |
|---|---|---|
| committer | Quentin Roy <royque@gmail.com> | 2011-11-20 05:56:06 -0800 |
| commit | 4d76f0886f18fb089f39c0ca713289f5d47da544 (patch) | |
| tree | af215af3093020011f15ebcb34c5de36a1042b2e /budget/templates/add_member.html | |
| parent | 9962b6d60f7c193cbdd34e76f8d2b414a4fc675b (diff) | |
| parent | a5cc50b0c245f55e15e8fc43feed90dbbc6ab771 (diff) | |
| download | ihatemoney-mirror-4d76f0886f18fb089f39c0ca713289f5d47da544.zip ihatemoney-mirror-4d76f0886f18fb089f39c0ca713289f5d47da544.tar.gz ihatemoney-mirror-4d76f0886f18fb089f39c0ca713289f5d47da544.tar.bz2 | |
Merge pull request #68 from Tinmn/master
Addition of an auto hiding user information message...
Diffstat (limited to 'budget/templates/add_member.html')
| -rw-r--r-- | budget/templates/add_member.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/budget/templates/add_member.html b/budget/templates/add_member.html index 62fcf9e..9577ac2 100644 --- a/budget/templates/add_member.html +++ b/budget/templates/add_member.html @@ -1,4 +1,10 @@ {% extends "layout.html" %} +{% block head %} + <script src="{{ url_for("static", filename="ihatemoney/custom.js") }}"></script> +{% endblock %} +{% block js %} + auto_hide_default_text('#name'); +{% endblock %} {% block content %} <form action="{{ url_for(".add_member") }}" method="post"> {{ forms.add_member(form) }} |
