summaryrefslogtreecommitdiff
path: root/app/views/__init__.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2016-07-05 08:38:54 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2016-07-05 08:38:54 +0200
commit05e5138b704bae46d05e124a80691bb1aa17b24b (patch)
tree34261fa5bdc69fdf5a8becd24761613366dac4e8 /app/views/__init__.py
parente263a11eeb08443ebfd7bf3fa70f4ceb543b44b0 (diff)
downloadkosten-05e5138b704bae46d05e124a80691bb1aa17b24b.tar.gz
kosten-05e5138b704bae46d05e124a80691bb1aa17b24b.tar.bz2
kosten-05e5138b704bae46d05e124a80691bb1aa17b24b.zip
2to3 conversion
Diffstat (limited to 'app/views/__init__.py')
-rw-r--r--app/views/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/__init__.py b/app/views/__init__.py
index 38771ae..6b432e8 100644
--- a/app/views/__init__.py
+++ b/app/views/__init__.py
@@ -36,7 +36,7 @@ def static_url(s, **kwargs):
@app.template_filter('eur')
def eur(s):
- return (u'%s EUR' % s)
+ return ('%s EUR' % s)
@app.template_filter('date')
def format_date(s, format='%Y/%m'):