mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
log i18n fixes
This commit is contained in:
parent
907d47ab78
commit
3403d21fea
13 changed files with 8542 additions and 11502 deletions
|
|
@ -5,7 +5,7 @@ from django.contrib import messages
|
|||
from django.contrib.auth.decorators import login_required
|
||||
from django.http import HttpResponseRedirect
|
||||
from django.shortcuts import render
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
from django.utils.translation import gettext_noop as _
|
||||
from logs.views import addlogmsg
|
||||
|
||||
from appsettings.models import AppSettings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue