5 lines
105 B
HTML
5 lines
105 B
HTML
|
{% extends "base.html" %}
|
||
|
<!-- Get rid of the next/prev buttons -->
|
||
|
{% block next_prev %}
|
||
|
{% endblock %}
|