From d1a817ddd3b056e92a287877393495ceaa80b9b1 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Thu, 18 Jul 2013 15:28:10 -0300 Subject: [PATCH] Fixing block trans mistake --- src/colab/deprecated/templates/login.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/colab/deprecated/templates/login.html b/src/colab/deprecated/templates/login.html index 3ef6657..2f852c6 100644 --- a/src/colab/deprecated/templates/login.html +++ b/src/colab/deprecated/templates/login.html @@ -35,9 +35,10 @@
{% trans "Not already registered? Sign up!" %}

- {% trans "To access some features of Colab you must be registered. + {% blocktrans %}To access some features of Colab you must be registered. If you are not already registered systems in the community Interlegis - click on the link below and get to work!" %}

+ click on the link below and get to work!" + {% endblocktrans %}

{% trans "Sign up" %} -- libgit2 0.21.2