{% extends "admin/core/base.html" %} {% load foundation %} {% load static %} {% block title %}About this Journal{% endblock title %} {% block admin-header %}About this Journal{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Manager
  • Journal Home Settings
  • About this Journal Block
  • {% endblock %} {% block body %}
    {% csrf_token %} {{ form.as_p }}
    {% endblock body %} {% block js %} {% include "elements/jqte.html" %} {% endblock js %}