{% extends "base.html" %} {% load static %} {% block title %}Add featured resource{% endblock title %} {% block content %} {% if request.user.is_authenticated and request.user.is_staff %}
You can select three resources to be "featured" on the main page
You must be a super-user to access this page.
{% endif %} {% endblock content %}