From 62501a735dc58980bb1c59cc4038a23ffb6d94f0 Mon Sep 17 00:00:00 2001
From: Sergio Oliveira
{% 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