~akshayshah/postorius/postorius

« back to all changes in this revision

Viewing changes to src/postorius/templates/postorius/login.html

  • Committer: Florian Fuchs
  • Date: 2015-02-06 15:24:54 UTC
  • mfrom: (194.1.2 postorius)
  • Revision ID: flo.fuchs@gmail.com-20150206152454-ulexbv9gbxntrpdg
Fix broken translation string on the login page. Contributed by Pranjal Yadav.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
      <input type="hidden" name="assertion" value="" />
24
24
      <a rel="nofollow" id="browserid" href="#"><img src="{% static 'postorius/img/sign_in_blue.png' %}" alt="{% trans 'Login using BrowserID' %}" /></a>
25
25
    </form>
26
 
    <p>{% trans "Mozilla Persona is an easy way to sign into multiple websites, while
27
 
still controlling your personal data. For more information <a
28
 
href='http://www.mozilla.org/en-US/persona'>see the Mozilla website</a>" %}.</p>
 
26
    <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>
29
27
    <noscript><p class="text-error">{% trans "Mozilla Persona requires the use of
30
28
JavaScript." %}</p></noscript>
31
29
  </div>