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

log i18n fixes

This commit is contained in:
cserma 2023-05-10 11:23:06 +03:00
parent 907d47ab78
commit 3403d21fea
13 changed files with 8542 additions and 11502 deletions

View file

@ -3,7 +3,7 @@ from computes.models import Compute
from django.contrib import messages
from django.http import HttpResponseRedirect
from django.shortcuts import get_object_or_404, render
from django.utils.translation import gettext_lazy as _
from django.utils.translation import gettext_noop as _
from libvirt import libvirtError
from logs.views import addlogmsg
from vrtManager import util