Skip to content
Snippets Groups Projects
Verified Commit 181b6a8b authored by Sébastiaan Versteeg's avatar Sébastiaan Versteeg
Browse files

Fix summary creation message

parent a40573bd
No related branches found
No related tags found
1 merge request!1529Fix summary creation message
......@@ -184,7 +184,7 @@ class ExamCreateView(SuccessMessageMixin, CreateView):
@method_decorator(login_required, "dispatch")
@method_decorator(membership_required, "dispatch")
class SummaryCreateView(CreateView):
class SummaryCreateView(SuccessMessageMixin, CreateView):
"""
Renders the form to submit a new summary
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment