mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +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 js_load %}
|
||||||
|
{{ block.super }}
|
||||||
{% endblock %}
|
{% 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…
x
Reference in New Issue
Block a user