mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-16 21:12:13 +00:00
UoN users (with nottingham.ac.uk emails) are allowed to access this page only. Not a huge fan of the implementation, hoping someone (maybe future me) comes up with a less nasty implementation
6 lines
118 B
HTML
6 lines
118 B
HTML
{% extends 'base_client.html' %}
|
|
|
|
{% block content %}
|
|
{% include 'estates/estates_event_table.html' %}
|
|
{% endblock %}
|