mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Removed old template
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
|
||||
{% block main %}
|
||||
|
||||
<h1>Asset Detail</h1>
|
||||
|
||||
{{ object.description }}
|
||||
<br>
|
||||
{{ object.category.name }}
|
||||
<br>
|
||||
{{ object.status.name }}
|
||||
<br>
|
||||
{{ object.purchased_from.name }}
|
||||
<br>
|
||||
<a href="{% url 'asset_update' object.pk %}">Edit</a>
|
||||
<br>
|
||||
<a href="{% url 'asset_delete' object.pk %}">Delete</a>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user