8743e9d1e1
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
16 lines
271 B
HTML
16 lines
271 B
HTML
{% extends "euscan/_datatable.html" %}
|
|
|
|
{% load djeuscan_helpers %}
|
|
{% load url from future %}
|
|
|
|
{% block title %}
|
|
{{ block.super }} - categories
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<h2>Categories</h2>
|
|
|
|
{% categories_table categories request.GET.extras %}
|
|
|
|
{% endblock %}
|