aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/add_member.html
diff options
context:
space:
mode:
authorTinmn <royque@gmail.com>2011-11-20 14:37:32 +0100
committerTinmn <royque@gmail.com>2011-11-20 14:37:32 +0100
commita5cc50b0c245f55e15e8fc43feed90dbbc6ab771 (patch)
treeaf215af3093020011f15ebcb34c5de36a1042b2e /budget/templates/add_member.html
parent9962b6d60f7c193cbdd34e76f8d2b414a4fc675b (diff)
downloadihatemoney-mirror-a5cc50b0c245f55e15e8fc43feed90dbbc6ab771.zip
ihatemoney-mirror-a5cc50b0c245f55e15e8fc43feed90dbbc6ab771.tar.gz
ihatemoney-mirror-a5cc50b0c245f55e15e8fc43feed90dbbc6ab771.tar.bz2
Addition of an auto hiding user information message in the add user text field (with translation).
Diffstat (limited to 'budget/templates/add_member.html')
-rw-r--r--budget/templates/add_member.html6
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) }}