Files
web2.0-backend/webapp/templates/admin_index.html
T
2017-02-12 00:49:22 +02:00

9 lines
113 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block content %}
<h1>{% trans "SIK Admin" %}</h1>
{% endblock %}