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