Merge branch 'reflow'
[wolnelektury.git] / apps / waiter / templates / waiter / wait.html
diff --git a/apps/waiter/templates/waiter/wait.html b/apps/waiter/templates/waiter/wait.html
deleted file mode 100644 (file)
index 7c5a884..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-{% extends "base.html" %}
-
-{% block titleextra %}Prosię ciekać{% endblock %}
-
-
-{% block extrahead %}
-       {# TODO: Not like that! What are you, caveman?! #}
-       <meta http-equiv="refresh" content="{% if file_url %}0; url={{ file_url }}{% else %}5{% endif %}" />
-{% endblock %}
-
-
-{% block body %}
-       {% if file_url %}
-       <p>Plik jest gotowy! Jeśli pobieranie nie zacznie się automatycznie,
-               oto <a href="{{ file_url }}">bezpośredni link</a>.</p>
-       {% else %}
-               <p>Idź na kawę. To trochę potrwa.</p>
-
-               <p>{{ waiting_for.description }}</p>
-       {% endif %}
-{% endblock %}