# HG changeset patch # User Dennis Fink # Date 2015-02-15 22:12:01 # Node ID ef3d2ebc53ad427c73c540c53e28b3ac5b9bfe03 # Parent e72d34ab653f989d9378a0d82e0b9e8663702123 Update membership form diff --git a/ennstatus/root/forms.py b/ennstatus/root/forms.py --- a/ennstatus/root/forms.py +++ b/ennstatus/root/forms.py @@ -58,7 +58,7 @@ class MembershipForm(Form): validators=[DataRequired()], choices=[ ('regular', 'Regular membership (120€/year)'), - ('student', 'Student memnbership (60€/year)'), + ('student', 'Student membership (60€/year)'), ('starving', 'Starving Hacker - Get in touch with us at info@enn.lu'), ] ) diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ setup(name='Ennstatus', 'templates/api/export/xml/*.xml', 'templates/donate/*.html', 'templates/root/*.html', + 'templates/root/*.txt', 'templates/status/*.html', 'templates/stats/*.html', 'templates/errorpages/*.html',