[snowy] Fix a template language error in the login page



commit 7730ff58429fa503759e057f8f52feb7083c5fe7
Author: Leon Handreke <leon handreke gmail com>
Date:   Sun Apr 10 13:50:39 2011 +0200

    Fix a template language error in the login page
    
    This template error managed to sneak in when rebasing the two previous
    patches, sorry about that. Also, fix a layout error on the login page.

 accounts/templates/accounts/login.html |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/accounts/templates/accounts/login.html b/accounts/templates/accounts/login.html
index 7af6231..12b165b 100644
--- a/accounts/templates/accounts/login.html
+++ b/accounts/templates/accounts/login.html
@@ -42,7 +42,7 @@
         <br />
         <input type="submit" value="{% trans "Log in" %}">
     </form>
-    <h2>...{% trans"or log in with" %}:</h2>
+    <h2>...{% trans "or log in with" %}:</h2>
     {% endif %}
     <div id="main-openid-provider-buttons">
         {% comment %}Initially visible provider buttons are inserted here{% endcomment %}
@@ -64,7 +64,6 @@
         <input type="button" id="openid-provider-username-submit" value="{% trans "Log in" %}">
     </div>
 
-    <br />
     <form style="display: none" id="openid-login-form" name="fopenid" action="{% url openid-login %}" method="post">
         <h3>{% trans "OpenID" %}</h3>
         <b>{{ openid_form.openid_identifier.label_tag }}</b>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]