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
1 changed files with 1 additions and 1 deletions

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
%>