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
piks3l
Respect My Net
Commits
12d5b7cc
Commit
12d5b7cc
authored
Sep 21, 2011
by
stef
Browse files
[enh] more i18n
parent
5afdb2c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
bt/models.py
View file @
12d5b7cc
...
...
@@ -84,7 +84,7 @@ class Comment(models.Model):
pass
def
__unicode__
(
self
):
return
"Comment #%s"
%
(
self
.
pk
)
return
_
(
"Comment #%s"
)
%
(
self
.
pk
)
class
Attachment
(
models
.
Model
):
storage
=
models
.
FileField
(
upload_to
=
'static'
)
...
...
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