mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 11:10:54 +00:00
Added skeleton for 'build' app
This commit is contained in:
7
InvenTree/build/templates/build/index.html
Normal file
7
InvenTree/build/templates/build/index.html
Normal file
@ -0,0 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h3>Builds</h3>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user