]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/openidauth/templates/openidurl.html
Migrate to Django 1.6
[osqa.git] / forum_modules / openidauth / templates / openidurl.html
old mode 100755 (executable)
new mode 100644 (file)
index cd4e77d..23d479b
@@ -1,20 +1,20 @@
-{% load i18n %}\r
-{% load extra_tags %}\r
-\r
-<fieldset>\r
-    <table>\r
-    <tr>\r
-        <td><p id="provider_name_slot">{% trans 'Enter your OpenId Url' %}</p></td>\r
-    </tr>\r
-    <tr>\r
-        <td>\r
-            <input id="openid_identifier" class="icon_input" name="openid_identifier" type="text"\r
-            style="width: 500px; background: url('{% media provider.icon %}') no-repeat left center" />\r
-        </td>\r
-        <td>\r
-            <input type="submit" name="ssignin" value="Login" />\r
-        </td>\r
-    </tr>\r
-    </table>\r
-</fieldset>\r
-\r
+{% load i18n %}
+{% load extra_tags %}
+
+<fieldset>
+    <table>
+    <tr>
+        <td><p id="provider_name_slot">{% trans 'Enter your OpenId Url' %}</p></td>
+    </tr>
+    <tr>
+        <td>
+            <input id="openid_identifier" class="icon_input" name="openid_identifier" type="text"
+            style="width: 500px; background: url('{% media provider.icon %}') no-repeat left center" />
+        </td>
+        <td>
+            <input type="submit" name="ssignin" value="{% trans 'Login' %}" />
+        </td>
+    </tr>
+    </table>
+</fieldset>
+