Commit d1a817ddd3b056e92a287877393495ceaa80b9b1

Authored by Sergio Oliveira
1 parent 34324d2e

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 35 <fieldset class="span-12 box last">
36 36 <legend>{% trans "Not already registered? Sign up!" %}</legend>
37 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 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 43 <a class="span-11 center large"
43 44 href="{% url 'signup' %}">{% trans "Sign up" %}</a>
... ...