1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

x character converted to ×

This commit is contained in:
catborise 2018-08-01 17:18:51 +03:00
parent fc7ddacdca
commit aba92e30b5
15 changed files with 14 additions and 15 deletions

View file

@ -193,7 +193,6 @@ def instances(request):
error_messages.append(lib_err)
addlogmsg(request.user.username, instance.name, lib_err.message)
instances_template_file = 'instances.html'
view_style = settings.VIEW_INSTANCES_LIST_STYLE
return render(request, 'instances.html', locals())