Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
tools.ethertoff
Commits
fe78900b
Commit
fe78900b
authored
Dec 11, 2019
by
gijs
Browse files
Change produser link in reflection to multilink
parent
0c818bdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
generator/models.py
View file @
fe78900b
...
...
@@ -876,7 +876,7 @@ class Reflection (Model):
def
_metadataFields
(
self
):
return
{
'produser'
:
l
inkMultiReverse
(
'produser'
,
'reflections'
),
'produser'
:
multiL
inkMultiReverse
(
'produser'
,
'reflections'
),
'tags'
:
multiLinkMultiReverse
(
'tag'
,
'reflections'
),
'summary'
:
fields
.
Single
(
fields
.
MarkdownField
()),
'title'
:
fields
.
Single
(
fields
.
StringField
())
...
...
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