teaser stub
[edumed.git] / edumed / templates / olimpiada_teaser.html
1 {% extends "base_super.html" %}
2
3 {% block logo %}{% endblock %}
4 {% block title %}Olimpiada cyfrowa{% endblock %}
5
6 {% block body %}
7   <img src="http://edukacjamedialna.edu.pl/media/chunks/attachment/olimpiada_cyfrowa-srednie.png"/>
8   <h1>Tutaj będzie coś zajebistego!</h1>
9   <p>Podaj swój adres e-mail, żeby dostać powiadomienie:</p>
10   <form method="post" action="">
11     {% csrf_token %}
12     <label><input type="text" name="email"/></label>
13     <input type="submit" value="Wyślij">
14   </form>
15 {% endblock %}