mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
6 lines
109 B
HTML
6 lines
109 B
HTML
{% extends 'base.html' %}
|
|
{% block title %}Detail{% endblock %}
|
|
|
|
{% block main %}
|
|
{{ object }}
|
|
{% endblock %} |