{% extends 'base.html' %} {% block title %}Troggle Disabled Page{% endblock %} {% block content %}

Troggle Page Disabled

DISABLED PAGE.

{% if message %}
            {{message}}
        
{% else %}

This page is disabled. This is not an error. Consult a nerd to find out why.

{% endif %}

 

What you should do now

If you want to find out why, email the nerds at expo-tech@lists.wookware.org with this information:

  1. The error message written in red above.
  2. The previous page URL:
  3. Go back to this previous page and see if you can tell whether the bad page reference was in HTML text which had been written manually, or whether it appeared to be a programming error.
{% endblock %}