Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
thalia
concrexit
Commits
26037b55
Commit
26037b55
authored
Oct 28, 2016
by
Joost Rijneveld
Browse files
Options
Browse Files
Download
Plain Diff
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
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
website/education/models.py
website/education/models.py
+1
-1
No files found.
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
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