Commit d1a817ddd3b056e92a287877393495ceaa80b9b1
1 parent
34324d2e
Exists in
master
and in
39 other branches
Fixing block trans mistake
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
src/colab/deprecated/templates/login.html
@@ -35,9 +35,10 @@ | @@ -35,9 +35,10 @@ | ||
35 | <fieldset class="span-12 box last"> | 35 | <fieldset class="span-12 box last"> |
36 | <legend>{% trans "Not already registered? Sign up!" %}</legend> | 36 | <legend>{% trans "Not already registered? Sign up!" %}</legend> |
37 | <p class="prepend-1 span-10 justify large"> | 37 | <p class="prepend-1 span-10 justify large"> |
38 | - {% trans "To access some features of Colab you must be registered. | 38 | + {% blocktrans %}To access some features of Colab you must be registered. |
39 | If you are not already registered systems in the community Interlegis | 39 | If you are not already registered systems in the community Interlegis |
40 | - click on the link below and get to work!" %}</p> | 40 | + click on the link below and get to work!" |
41 | + {% endblocktrans %}</p> | ||
41 | 42 | ||
42 | <a class="span-11 center large" | 43 | <a class="span-11 center large" |
43 | href="{% url 'signup' %}">{% trans "Sign up" %}</a> | 44 | href="{% url 'signup' %}">{% trans "Sign up" %}</a> |