mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
Wrong order of decorators
We really need to clean the code up so this does not matter...
This commit is contained in:
@ -173,8 +173,8 @@ _dynamic_cssmap = {
|
||||
'../media/css/text.css',
|
||||
'../media/css/docs.css'],
|
||||
}
|
||||
@cache(hours=6)
|
||||
@ssl_optional
|
||||
@cache(hours=6)
|
||||
def dynamic_css(request, css):
|
||||
if not _dynamic_cssmap.has_key(css):
|
||||
raise Http404('CSS not found')
|
||||
|
Reference in New Issue
Block a user