{% extends "proxito/base.html" %} {% load static from static %} {% load trans from i18n %} {% block content-wrapper %} {# This is overriding the normal base.html content-wrapper, #} {# so we need to include notifications here so they're displayed. #} {% block notifications %} {{ block.super }} {% endblock notifications %} {{ block.super }} {% endblock content-wrapper %} {% block content_extra_text %} {% block content_extra_logo %}
{% endblock content_extra_logo %} {% endblock content_extra_text %}