1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-06-13 14:45:22 +00:00
2024-07-25 16:46:45 +02:00

13 lines
203 B
Django/Jinja

{% extends "core/page.jinja" %}
{% from "core/macros_pages.jinja" import page_history %}
{% block page %}
<h3>{% trans %}Page history{% endtrans %}</h3>
{{ page_history(page) }}
{% endblock %}