{% extends "admin/core/base.html" %} {% load foundation %} {% load static %} {% block title %}Popular Articles Manager{% endblock title %} {% block admin-header %}Popular Articles Manager{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Manager
  • Journal Home Settings
  • Popular Articles Manager
  • {% endblock %} {% block body %}

    Display Most Popular Articles

    You can override the display of this block with the most popular articles rather than featured.

    {% csrf_token %} {{ form|foundation }}
    {% endblock body %} {% block js %} {% include "elements/datatables.html" with target="#featured" %} {% endblock js %}