]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/401.html
Migrate to Django 1.6
[osqa.git] / forum / skins / default / templates / 401.html
index c689f53f81e2a134743abe59286882a58db4a410..0740e1fd4db91e74d9bd2b8250df926b1cc80d53 100644 (file)
@@ -2,7 +2,7 @@
 {% load i18n %}
 {% block title %}{% trans "Not logged in" %}{% endblock %}
 {% block meta %}
-    <!-- <meta http-equiv="refresh" content="5;url={% url auth_signin %}"> -->
+    <!-- <meta http-equiv="refresh" content="5;url={% url "auth_signin" %}"> -->
 {% endblock %}
 {% block forestyle%}
     <style type="text/css">
@@ -17,7 +17,7 @@
             }, 800);
 
             window.setTimeout(function() {
-                window.location = "{% url auth_signin %}";
+                window.location = "{% url "auth_signin" %}";
             }, 5000);
         });
 
     <div style="padding:5px 0px 10px 0;line-height:25px;">
         <h3>{% trans "You are not logged in..." %}</h3>
         <div style="margin-top:5px">
-            {% trans "...and the resource you're trying to access is pretocted." %}
+            {% trans "...and the resource you're trying to access is protected." %}
             <p>
                 {% trans "Redirecting to the login page." %}<span id="redirect_loader"></span>
             </p>
             <p>
                 {% trans "If you're not automatically redirected in 5 seconds, please click" %}
-                <a href="{% url auth_signin %}">{% trans "here" %}</a>.
+                <a href="{% url "auth_signin" %}">{% trans "here" %}</a>.
             </p>
         </div>
     </div>