Make phorkie search engine friendlier
[phorkie.git] / data / templates / forbidden.htm
index 585c2feee54f9e2f3827ace0031e371cbc6a41cf..b32962c869d2777d9e9414ab541eff2a0ca99283 100644 (file)
@@ -1,9 +1,12 @@
 {% extends "base.htm" %}
 {% block title %}Access Denied{% endblock %}
 
+{% block meta %}
+<meta name="robots" content="noindex"/>
+{% endblock %}
+
 {% block content %}
 
-<img src="/images/access_denied.png" align='left' alt="acces denied"/>
 <h2>Access Denied</h2>
 {% if identity %}
 <p>
@@ -18,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 %}