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

View File

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