]> git.parisson.com Git - teleforma.git/commitdiff
bugfix
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Dec 2013 21:57:19 +0000 (22:57 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Dec 2013 21:57:19 +0000 (22:57 +0100)
teleforma/templates/teleforma/answers.html

index f70a4f17c0ab514d3d971895282accf12433cfd6..b9d738754b1d65cba16b89116d534c31c261a7a9 100644 (file)
@@ -41,8 +41,8 @@ var answerUtils = {
 <div style="background: white;">
 <ul>
 {% block courses %}
-   <li><a href="{% url teleforma-answers-pending %}">{% locale "Pending" %}</a></li>
-   <li><a href="{% url teleforma-answers-treated %}">{% locale "Treated" %}</a></li>
+   <li><a href="{% url teleforma-answers-pending %}">{% trans "Pending" %}</a></li>
+   <li><a href="{% url teleforma-answers-treated %}">{% trans "Treated" %}</a></li>
 {% endblock courses %}
 </ul>
 </div>