mirror of
https://github.com/evilhero/mylar
synced 2025-03-09 13:24:53 +00:00
removal of config being imported within index.html
This commit is contained in:
parent
246484459a
commit
bc5548238b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<%inherit file="base.html"/>
|
||||
<%!
|
||||
from mylar import helpers, db, config
|
||||
from mylar import helpers, db
|
||||
import datetime
|
||||
import decimal
|
||||
%>
|
||||
|
|
Loading…
Add table
Reference in a new issue