fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
61ea56edb0c91fc364711aacd5b704c6f57f00a0
[edumed.git]
/
wtem
/
templates
/
wtem
/
disabled_contact_form.html
1
{% extends "base.html" %}
2
3
{% block title %}{% include "wtem/title.html" %}{% endblock %}
4
5
{% block body %}
6
7
<h1>{% include "wtem/title.html" %}</h1>
8
9
{% block contact_form_description %}
10
<p class="notice">Rejestracja uczestników została zamknięta.</p>
11
{% endblock %}
12
13
{% endblock %}