mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-27 02:12:18 +00:00
Moved some templates around and added styling
This commit is contained in:
15
templates/asset_form.html
Normal file
15
templates/asset_form.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
|
||||
{% block main %}
|
||||
|
||||
<h1>Asset {{ form_header|default:'Create' }}</h1>
|
||||
|
||||
<form method="post">
|
||||
{{ form }}
|
||||
{% csrf_token %}
|
||||
|
||||
<button type="submit">Submit</button>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user