mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
6 lines
104 B
XML
6 lines
104 B
XML
{% extends 'base_print.xml' %}
|
|
|
|
{% block content %}
|
|
{% include "event_print_page.xml" %}
|
|
{% endblock %}
|