1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-10-30 11:09:03 +01:00
lodel2_mirror/lodel/plugins/webui/templates/admin/admin.html
Yann 0406e91846 Moved plugins folder in lodel/
- updated scripts etc
- make tests pass
2016-11-03 17:02:46 +01:00

15 lines
488 B
HTML

{% extends "base_backend.html" %}
{% block title %}- Index{% endblock %}
{% block body %}
<ol class="breadcrumb">
<li class="active">Home</li>
</ol>
<h1 class="h1_lodel">{{settings.sitename}} administration</h1>
<ul>
<li><a href="admin/classes_admin">Edit an object</a></li>
<li><a href="admin/object_create">Create an object</a></li>
<li><a href="admin/object_delete">Delete an object</a></li>
<li><a href="admin/search">Search an object</a></li>
</ul>
{% endblock %}