{% extends "test_app/base.html" %} {% block page_header %} Django Feature Release v5.0 - Test Group Check {% endblock page_header %} {% block page_subheader %} This view should require group of "test_group" to see. {% endblock page_subheader %} {% block content %}

Back to Test App Views

{% endblock content %}