No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

admin.html 283B

12345678910
  1. {% extends "base_backend.html" %}
  2. {% block title %}- Index{% endblock %}
  3. {% block body %}
  4. <h1>{{settings.sitename}} administration</h1>
  5. <ul>
  6. <li><a href="admin/classes_admin">Edit object</a></li>
  7. <li><a href="admin/object_create">Create object</a></li>
  8. </ul>
  9. {% endblock %}