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

15 lines
272 B
HTML
Raw Normal View History

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