Fix broken translation string on the login page. Contributed by Pranjal Yadav.
commit 55c2d375369384b9fef70aa8cf3f7ae0d478016f
2 parents 017e82c + 8fd0716
@Florian Fuchs Florian Fuchs authored on 6 Feb 2015
Showing 2 changed files
View
1
■■■■
src/postorius/doc/news.rst
* Fix untranslatable template strings. Contributed by Sumana Harihareswara (LP: 1157947).
* Fix wrong labels in metrics template. Contributed by Sumana Harihareswara (LP: 1409033).
* URLs now contain the list-id instead of the fqdn_listname. Contributed by Abhilash Raj (LP: 1201150).
* Fix small bug moderator/owner forms on list members page. Contributed by Pranjal Yadav (LP: 1308219).
* Fix broken translation string on the login page. Contributed by Pranjal Yadav.
 
 
1.0 beta 1 -- "Year of the Parrot"
==================================
View
6
src/postorius/templates/postorius/login.html
<form method="post" action="{% url 'socialauth_complete' "browserid" %}"> {% csrf_token %}
<input type="hidden" name="assertion" value="" />
<a rel="nofollow" id="browserid" href="#"><img src="{% static 'postorius/img/sign_in_blue.png' %}" alt="{% trans 'Login using BrowserID' %}" /></a>
</form>
<p>{% trans "Mozilla Persona is an easy way to sign into multiple websites, while
still controlling your personal data. For more information <a
href='http://www.mozilla.org/en-US/persona'>see the Mozilla website</a>" %}.</p>
<p>{% trans "Mozilla Persona is an easy way to sign into multiple websites, while still controlling your personal data. For more information <a href='http://www.mozilla.org/en-US/persona'>see the Mozilla website</a>" %}.</p>
<noscript><p class="text-error">{% trans "Mozilla Persona requires the use of
JavaScript." %}</p></noscript>
</div>
<div style="clear:both">