mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Déplace le BFT tag dans l'app Re2o
Plus générique que dans une app spécifique donc plus adapté pour utiliser le tag dans d'autre apps que machine
This commit is contained in:
parent
5eaaa41bc4
commit
946694b879
3 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ from .models import IpType, Machine, Interface, IpList, MachineType, Extension,
|
|||
from users.models import User
|
||||
from users.models import all_has_access
|
||||
from preferences.models import GeneralOption, OptionalMachine
|
||||
from .templatetags.bootstrap_form_typeahead import hidden_id, input_id
|
||||
from re2o.templatetags.bootstrap_form_typeahead import hidden_id, input_id
|
||||
|
||||
def all_active_interfaces():
|
||||
"""Renvoie l'ensemble des machines autorisées à sortir sur internet """
|
||||
|
|
Loading…
Reference in a new issue