mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Skeleton for 'index' and 'search' pages
This commit is contained in:
parent
552953a1f8
commit
c821d22b87
@ -6,5 +6,5 @@
|
||||
|
||||
|
||||
{% block js_load %}
|
||||
|
||||
{{ block.super }}
|
||||
{% endblock %}
|
10
InvenTree/templates/InvenTree/search.html
Normal file
10
InvenTree/templates/InvenTree/search.html
Normal file
@ -0,0 +1,10 @@
|
||||
{% extends "base.html"% }
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% block js_load %}
|
||||
{{ block.super }}
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user