mamweb/mamweb/templates/home.html
2015-05-14 00:52:29 +02:00

9 lines
203 B
HTML

{% extends "base.html" %}
{% block content %}
<div>
<h2>Vítejte na testwebu MaM!</h2>
<p><a href='{% url 'admin:index' %}'>Administrátorské rozhraní</a> (admin/admin)
</div>
{% endblock content %}