Make phorkie search engine friendlier
[phorkie.git] / data / templates / forbidden.htm
index a39bcf778e0c940b4892149515fe0fa0855ae295..b32962c869d2777d9e9414ab541eff2a0ca99283 100644 (file)
@@ -1,6 +1,10 @@
 {% extends "base.htm" %}
 {% block title %}Access Denied{% endblock %}
 
+{% block meta %}
+<meta name="robots" content="noindex"/>
+{% endblock %}
+
 {% block content %}
 
 <h2>Access Denied</h2>
@@ -17,7 +21,7 @@
 </p>
 {% else %}
 <p>
- We're sorry; but you have to <a href="/login">log in</a> to access this page.
+ We're sorry; but you have to <a href="login">log in</a> to access this page.
 </p>
 {% endif %}
 {% endblock %}