Remove deprecated routes file and move HTML prettifying logic to hooks module
This commit is contained in:
parent
4d8d5b4e6a
commit
f4369348c5
2 changed files with 2 additions and 10 deletions
|
@ -2,4 +2,4 @@ from flask import Blueprint
|
|||
|
||||
main = Blueprint('main', __name__)
|
||||
|
||||
from . import inventory, user, worklog, settings, index, search
|
||||
from . import inventory, user, worklog, settings, index, search, hooks
|
Loading…
Add table
Add a link
Reference in a new issue