Changeset - ef3d2ebc53ad
[Not reviewed]
default
0 2 0
Dennis Fink - 10 years ago 2015-02-15 22:12:01
dennis.fink@c3l.lu
Update membership form
2 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/root/forms.py
Show inline comments
 
@@ -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'),
 
                            ]
 
                            )
setup.py
Show inline comments
 
@@ -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',
0 comments (0 inline, 0 general)