Files
PyRIGS/assets/templates/supplier_detail.html
Matthew Smith 8c60f6cb1d created separate base for RIGS and assets.
Fixed create asset form
2019-10-01 22:46:48 +01:00

6 lines
119 B
HTML

{% extends 'base_assets.html' %}
{% block title %}Detail{% endblock %}
{% block content %}
{{ object }}
{% endblock %}