Skip to content
Snippets Groups Projects
Commit 3906eee9 authored by Mario Tsatsev's avatar Mario Tsatsev
Browse files

Merge branch 'fix/summary-create-message' into 'master'

Fix summary creation message

Closes #998

See merge request !1529
parents 11982641 181b6a8b
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