Skip to content
GitLab
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
26037b55
Commit
26037b55
authored
Oct 28, 2016
by
Joost Rijneveld
Browse files
Merge branch 'fix/summary_absolute_url' into 'master'
Fix summary absolute_url See merge request
!146
parents
e3096c52
989de458
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/education/models.py
View file @
26037b55
...
...
@@ -189,7 +189,7 @@ class Summary(models.Model):
self
.
course
.
course_code
,
self
.
year
)
def
get_absolute_url
(
self
):
return
reverse
(
'education:sum
a
'
,
args
=
[
str
(
self
.
pk
)])
return
reverse
(
'education:sum
mary
'
,
args
=
[
str
(
self
.
pk
)])
class
Meta
:
verbose_name
=
_
(
'summary'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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