update
This commit is contained in:
11
templates/inventory/add_hub.html
Normal file
11
templates/inventory/add_hub.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Add | Arbit{% endblock %}
|
||||
{% block content %}
|
||||
<div class="card" style="max-width:720px; margin:2rem auto;">
|
||||
<h1>Add</h1>
|
||||
<div class="grid">
|
||||
<a href="{% url 'item-create' %}" class="card" style="display:block; padding:1rem; text-align:center;">New item</a>
|
||||
<a href="{% url 'template-create' %}" class="card" style="display:block; padding:1rem; text-align:center;">New template</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user