# HG changeset patch # User Dennis Fink # Date 2016-12-05 10:36:41 # Node ID 1eec699ff9e7b969a6fec5bd0fecf77bf31575d4 # Parent f96b46d637b91e4061bf1a41fbdd2b7a39a12e0b # Parent b60ab5720238d31da666dfd9c2d22a8bfe2e0f16 Merged hotfix-footer diff --git a/ennstatus/templates/base.html b/ennstatus/templates/base.html --- a/ennstatus/templates/base.html +++ b/ennstatus/templates/base.html @@ -131,18 +131,20 @@ {% block content %} {% endblock %} - + + {% block scripts %} diff --git a/ennstatus/templates/root/membership.html b/ennstatus/templates/root/membership.html --- a/ennstatus/templates/root/membership.html +++ b/ennstatus/templates/root/membership.html @@ -80,7 +80,6 @@ {{ form.submit(class_='btn btn-enn') }} -

Field marked with * are required!

1: If you have decided to apply for the double membership, the membership fees are 150€/year for the regular diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def _get_requirements(): setup(name='Ennstatus', - version='5.6.1', + version='5.6.2', description=('Ennstatus provides the user with vital information about ' 'the status of the organizations Tor servers.'), author='Frënn vun der Ënn',