mamweb/prednasky/templates/prednasky/hotovo.html
2016-04-18 01:14:08 +02:00

11 lines
134 B
HTML

{% extends 'base.html' %}
{% load humanize %}
{% load staticfiles %}
{% block content %}
<h1> Děkujeme. </h1>
{% endblock %}