Updated redirects.
[~kgodey/maayanwich.git] / templates / notloggedin.html
1 {% block title %}ERROR!{% endblock %}
2
3 {% extends "base.html" %}
4
5 {% block content %}
6         <h1 class="pagetitle">You are not logged in!</h1>
7 {% endblock %}