Mercurial > public > sg101
diff comments/forms.py @ 1017:21c592cac71c
ManifestStaticFilesStorage: stop using form Media.
It's okay for the admin, but not for user facing stuff.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 06 Dec 2015 14:48:30 -0600 |
parents | 4619290d171d |
children |
line wrap: on
line diff
--- a/comments/forms.py Sun Dec 06 13:22:09 2015 -0600 +++ b/comments/forms.py Sun Dec 06 14:48:30 2015 -0600 @@ -79,12 +79,3 @@ raise forms.ValidationError(str(ex)) return comment - - class Media: - css = { - 'all': (settings.GPP_THIRD_PARTY_CSS['markitup'] + - settings.GPP_THIRD_PARTY_CSS['jquery-ui']), - } - js = (settings.GPP_THIRD_PARTY_JS['markitup'] + - settings.GPP_THIRD_PARTY_JS['jquery-ui'] + - ['js/comments.js'])