F error message in admin/default/design (install of plugin)

This commit is contained in:
zvolsky
2016-08-16 13:38:13 +02:00
parent 16b11c7ef2
commit 9e5bf2bf03
+1 -1
View File
@@ -1087,7 +1087,7 @@ def design():
redirect(URL('design', args=app))
else:
session.flash = \
T('unable to create application "%s"', request.vars.filename)
T('unable to install plugin "%s"', filename)
redirect(URL(r=request, args=app))
elif isinstance(request.vars.pluginfile, str):
session.flash = T('plugin not specified')