mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
Black'ed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from ram.utils import git_suffix
|
||||
|
||||
__version__ = "0.0.13"
|
||||
__version__ = "0.0.14"
|
||||
__version__ += git_suffix(__file__)
|
||||
|
@@ -146,7 +146,7 @@ class RollingStockDocument(models.Model):
|
||||
|
||||
def download(self):
|
||||
return mark_safe(
|
||||
"<a href=\"{0}\" target=\"_blank\">Link</a>".format(self.file.url)
|
||||
'<a href="{0}" target="_blank">Link</a>'.format(self.file.url)
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user