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

7 lines
178 B
HTML

{% extends "base.html" %}
{% block title %}Lodel 2 - DASHBOARD{% endblock %}
{% block content %}
<ul>
<li><a href="list_classes">Tous les types</a></li>
</ul>
{% endblock %}