Forked from
ICS Control System Infrastructure / csentry
561 commits behind the upstream repository.
-
Benjamin Bertrand authored
Add button to return to main index
Benjamin Bertrand authoredAdd button to return to main index
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
index.html 283 B
{% 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 %}