diff --git a/src/colab/deprecated/templates/open-data.html b/src/colab/deprecated/templates/open-data.html index 2825275..76aeafb 100644 --- a/src/colab/deprecated/templates/open-data.html +++ b/src/colab/deprecated/templates/open-data.html @@ -11,8 +11,7 @@ system (you must be registered in order to create a ticket).{% endblocktrans %}
{% trans "The Colab API searches works through an HTTP/REST always - returning JSON objects with result." %}
+{% trans "The Colab API searches works through an HTTP/REST always returning JSON objects with result." %}
{% trans "The base URL used for the search is:" %} http://colab.interlegis.leg.br/api/search/
diff --git a/src/colab/deprecated/templates/user-profile.html b/src/colab/deprecated/templates/user-profile.html index 68684d6..1650b7b 100644 --- a/src/colab/deprecated/templates/user-profile.html +++ b/src/colab/deprecated/templates/user-profile.html @@ -9,7 +9,7 @@ {% block main-content %} {% if not user_profile %} - {% trans "User not registered." %} {% trans "You are own this profile?" %} + {% trans "User not registered." %} {% trans "Is that you?" %} {% trans "Click here and sign up." %} @@ -17,8 +17,8 @@ {% ifequal request.user.username user_profile.user.username %} - {% trans "Hey, look you here! Want to " %} - {% trans "edit your profile" %}? + {% trans "Hey, look at you! Do you want to " %} + {% trans "update your profile" %}? {% endifequal %} diff --git a/src/super_archives/templatetags/form_field.py b/src/super_archives/templatetags/form_field.py index e71dbd7..82f7f2e 100644 --- a/src/super_archives/templatetags/form_field.py +++ b/src/super_archives/templatetags/form_field.py @@ -52,7 +52,7 @@ class RenderFormField(template.Node): else: form_field_tag = default_value - return u"""%s: %s %s
""" % ( + return u"""%s %s %s
""" % ( class_, form_field.label_tag(), form_field_tag, -- libgit2 0.21.2