{% extends "admin/base.html" %} {% block body %}
{% if request.path != '/admin/questions/add' %}
Add Another Question
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}