mirror of
https://github.com/evilhero/mylar
synced 2024-12-23 00:02:38 +00:00
IMP: Adding ability to hide alphabetical index
This commit is contained in:
parent
18b5608998
commit
0e4a7da036
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
%>
|
%>
|
||||||
|
|
Loading…
Reference in a new issue