summaryrefslogtreecommitdiff
path: root/ishtar/templates/registration/login.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2010-12-27 11:17:23 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2010-12-27 11:17:23 +0100
commit4ef30028593ab05d25bcc446aa79ca61383c4a18 (patch)
treea5c2820752af8fd007ba5b01436f708eb907297d /ishtar/templates/registration/login.html
parent4eb251214a9751ca53cbabb0fac5fef1ba7f7122 (diff)
downloadIshtar-4ef30028593ab05d25bcc446aa79ca61383c4a18.tar.bz2
Ishtar-4ef30028593ab05d25bcc446aa79ca61383c4a18.zip
Work on general presentation
Diffstat (limited to 'ishtar/templates/registration/login.html')
-rw-r--r--ishtar/templates/registration/login.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar/templates/registration/login.html b/ishtar/templates/registration/login.html
index 8c5c51670..ada4f6aa9 100644
--- a/ishtar/templates/registration/login.html
+++ b/ishtar/templates/registration/login.html
@@ -5,6 +5,7 @@
<div class='form'>
<form method="post" action=".">{% csrf_token %}
<table id='login'>
+ <caption>{%trans "Log in"%}</caption>
{{ form.as_table }}
<tr class='submit'><td colspan='2'><input type="submit" value="{% trans 'Log in' %}" /></td></tr>
<input type="hidden" name="next" value="{{ next }}" />