Changing the location of TAGS

This commit is contained in:
2019-11-17 22:08:53 +01:00
parent 0c6dcbb2f0
commit 0835b3eda2
5 changed files with 10 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
import message
from lib.snabbdom import h
from model.translation import TAGS
from model.tags import TAGS
from browser import document
def modal_template(content, title, msg):

View File

@@ -1,6 +1,5 @@
from lib.snabbdom import h
import message
from model.translation import TAGS
from view.modal_templates import *