Files
PyRIGS/assets/templates/supplier_detail.html
2019-10-01 13:22:16 +01:00

6 lines
109 B
HTML

{% extends 'base.html' %}
{% block title %}Detail{% endblock %}
{% block main %}
{{ object }}
{% endblock %}