mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
Skeleton for 'index' and 'search' pages
This commit is contained in:
@ -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 %}
|
Reference in New Issue
Block a user