start taking more advantage of class based views
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
|
||||
{% extends "base.html" %}
|
||||
{% extends object.get_base_template %}
|
||||
|
||||
{% block js %}
|
||||
{{ form.media }}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% block navigation %}
|
||||
{{ block.super }}
|
||||
{% include object.get_link_headers %}
|
||||
{% endblock navigation %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h2>Edit Authors</h2>
|
||||
|
||||
Reference in New Issue
Block a user