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',