1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2024-12-23 08:12:41 +00:00

IMP: Adding ability to hide alphabetical index

This commit is contained in:
barbequesauce 2018-09-19 12:45:49 -04:00 committed by evilhero
parent 18b5608998
commit 0e4a7da036

View file

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