{% extends 'base.html' %} {% block title %}Troggle Notice - Generic{% endblock %} {% block content %}

Troggle Notice

Please don't do this.

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

We are terribly sorry but an unknown fault has occurred.

{% endif %}

 

What you should do now

If you think this is a mistake, please report the error by emailing the nerds at expo-tech@lists.wookware.org with this information:

  1. The 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 %}