mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 09:26:27 +00:00
Fix merge request 294
This commit is contained in:
parent
e1c6c84c72
commit
9e578bf93d
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ from django.core.validators import MinLengthValidator
|
|||
from django.utils import timezone
|
||||
from django.contrib.auth.models import Group, Permission
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from django.utils.safestring import mark_safe
|
||||
|
||||
from machines.models import Interface, Machine, Nas
|
||||
from topologie.models import Port
|
||||
|
|
Loading…
Reference in a new issue