{% extends "challenge.html" %} {% load guardian_tags %} {% load grandchallenge_tags %} {% load clean from bleach %} {% load static %} {% block title %} {{ currentpage.challenge.short_name }} - {% firstof currentpage.display_title currentpage.title "page" %} {% endblock %} {% block content %} {% if challenge.disclaimer %} {% endif %}
{{ currentpage.html|clean }}
{% if not currentpage.is_error_page %} {% block editlink %} {% if currentpage.pk %} {% if "change_challenge" in challenge_perms %}
{% endif %} {% endif %} {% endblock %} {% endif %} {% endblock %} {% block script %} {{ block.super }} {# For displaying equations on the site, the safe config is important #} {# geocharts #} {# make the tables sortable #} {# render embeddable google forums #} {# enable tooltips #} {% endblock %}