From: yomguy Date: Fri, 6 Jul 2012 13:57:09 +0000 (+0200) Subject: fix button colors X-Git-Tag: 0.6^2~5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=53a9e4832922a39738a8e46ed7704181b08e8c4d;p=teleforma.git fix button colors --- diff --git a/teleforma/templates/postman/base.html b/teleforma/templates/postman/base.html index 297e47b2..5f061d6d 100644 --- a/teleforma/templates/postman/base.html +++ b/teleforma/templates/postman/base.html @@ -20,7 +20,7 @@
-{% trans "New message" %} +{% trans "New message" %}
diff --git a/teleforma/templates/telemeta/inc/user_list.html b/teleforma/templates/telemeta/inc/user_list.html index 850a9485..be273d36 100644 --- a/teleforma/templates/telemeta/inc/user_list.html +++ b/teleforma/templates/telemeta/inc/user_list.html @@ -69,7 +69,7 @@ {% endif %} - {% trans "Message" %} + {% trans "Message" %} {% endfor %} diff --git a/teleforma/templates/telemeta/profile_detail.html b/teleforma/templates/telemeta/profile_detail.html index 78d1d11f..fb0d4484 100644 --- a/teleforma/templates/telemeta/profile_detail.html +++ b/teleforma/templates/telemeta/profile_detail.html @@ -33,7 +33,7 @@ {% if user.is_authenticated %}
- {% trans "Send a message" %} + {% trans "Send a message" %}
{% endif %}