{% extends "base.html" %} {% load static %} {% block title %} Add featured resource {% endblock title %} {% block content %} {% if messages %} {% endif %} {% if request.user.is_authenticated and request.user.is_staff %}

Configure featured resources

You can select three resources to be "featured" on the main page

{% else %}

You must be a super-user to access this page.

{% endif %} {% endblock content %}