diff --git a/app/templates/admin/index.html b/app/templates/admin/index.html new file mode 100644 index 0000000000000000000000000000000000000000..b121f3f492399867eb4e61cd971c4962332daea0 --- /dev/null +++ b/app/templates/admin/index.html @@ -0,0 +1,10 @@ +{% extends "admin/master.html" %} + +{% block title %}Admin - ICS Inventory{% endblock %} + +{% block body %} +<h2>Use the admin interface with care</h2> + +<!-- flask-admin uses bootstrap 3 --> +<a class="btn btn-primary" href="{{ url_for('main.index') }}">ICS Inventory</a> +{% endblock %}