Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
concrexit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
thalia
concrexit
Commits
41048441
Verified
Commit
41048441
authored
Aug 20, 2018
by
Sébastiaan Versteeg
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix max registration year
parent
9dc3542b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
website/registrations/forms.py
website/registrations/forms.py
+1
-1
No files found.
website/registrations/forms.py
View file @
41048441
...
...
@@ -24,7 +24,7 @@ class MemberRegistrationForm(forms.ModelForm):
this_year
=
datetime_to_lectureyear
(
timezone
.
now
())
years
=
reversed
([(
x
,
"{} - {}"
.
format
(
x
,
x
+
1
))
for
x
in
range
(
this_year
-
20
,
this_year
+
1
)])
range
(
this_year
-
20
,
this_year
+
2
)])
starting_year
=
TypedChoiceField
(
choices
=
years
,
...
...
Thom Wiggers
@twiggers
mentioned in commit
760ee122
·
Aug 20, 2018
mentioned in commit
760ee122
mentioned in commit 760ee122f5a005b6e7702f6bd4ef8f710c9d4271
Toggle commit list
Thom Wiggers
@twiggers
mentioned in merge request
!907 (merged)
·
Aug 20, 2018
mentioned in merge request
!907 (merged)
mentioned in merge request !907
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment