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
La Quadrature du Net
piphone
campaign
Commits
b31ed478
Commit
b31ed478
authored
Nov 21, 2014
by
Aymeric Barantal
Browse files
fix campaign.title not name
parent
8b511eaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
campaign/feedback/models.py
View file @
b31ed478
...
...
@@ -11,4 +11,4 @@ class Feedback(models.Model):
def
__unicode__
(
self
):
return
'feedback for %s on %s'
%
(
self
.
callee
.
contact
,
self
.
callee
.
campaign
.
nam
e
)
self
.
callee
.
campaign
.
titl
e
)
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