Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
28ac6bc2
Commit
28ac6bc2
authored
Feb 05, 2020
by
Marthijn van den Nieuwenhuizen
Browse files
Success message added upon successful exam or summary submission
parent
eb1884d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/education/views.py
View file @
28ac6bc2
...
...
@@ -206,7 +206,7 @@ class SummaryCreateView(CreateView):
self
.
object
.
uploader
=
self
.
request
.
member
self
.
object
.
uploader_date
=
datetime
.
now
()
self
.
object
.
save
()
super
().
form_valid
(
form
)
return
super
().
form_valid
(
form
)
@
method_decorator
(
login_required
,
"dispatch"
)
...
...
Write
Preview
Supports
Markdown
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