social icons

This commit is contained in:
mdipierro
2016-03-09 12:37:15 -06:00
parent ebe3434a86
commit 2db3975a32
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ session.forget()
cache_expire = not request.is_local and 300 or 0
@cache.action(time_expire=300, cache_model=cache.ram, quick='P')
#@cache.action(time_expire=300, cache_model=cache.ram, quick='P')
def index():
return response.render()