diff options
Diffstat (limited to 'ishtar/templates/registration/login.html')
| -rw-r--r-- | ishtar/templates/registration/login.html | 1 |
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 }}" /> |
