Remove old version.
[wolnelektury.git] / src / club / templates / club / membership_form.html
diff --git a/src/club/templates/club/membership_form.html b/src/club/templates/club/membership_form.html
deleted file mode 100644 (file)
index db2a8ed..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-{% extends request.session.from_app|yesno:"base/app.html,base/base.html" %}
-
-
-{% block titleextra %}Towarzystwo Wolnych Lektur{% endblock %}
-
-
-{% block body %}
-<div class="white-box normal-text">
-
-       <h1>{% if membership %}Odnów swoje członkostwo w Towarzystwie Wolnych Lektur{% else %}Dołącz do Towarzystwa Wolnych Lektur{% endif %}</h1>
-
-<form method="POST" action="">
-  {% csrf_token %}
-
-  {{ form.as_p }}
-  <button type='submit'>Dołącz</button>
-</form>
-
-</div>
-
-{% endblock %}