1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-03-08 21:03:36 +00:00

removal of config being imported within index.html

This commit is contained in:
evilhero 2018-09-20 10:28:14 -04:00
parent 246484459a
commit bc5548238b

View file

@ -1,6 +1,6 @@
<%inherit file="base.html"/>
<%!
from mylar import helpers, db, config
from mylar import helpers, db
import datetime
import decimal
%>