euscan-ng/euscanwww/euscan_accounts/templates/euscan/accounts/maintainers.html

15 lines
277 B
HTML
Raw Normal View History

{% extends "euscan/_datatable.html" %}
{% load url from future %}
{% load djeuscan_helpers %}
{% block title %}
{{ block.super }} - Watched maintainers
{% endblock %}
{% block content %}
<h2>Watched maintainers</h2>
{% maintainers_table maintainers %}
{% endblock %}