website/www/conservancy
Brett Smith 619bc033bc js: Render <video> inner HTML when no source is supported.
The HTML inside <video> is meant to be rendered by browsers that don't
support the tag at all.  You have to respond to the JavaScript error event
to deal with browsers that support video, but no available source.  See
<https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_HTML5_audio_and_video#Showing_fallback_content_when_no_source_could_be_decoded>.
2016-12-31 15:19:59 -05:00
..
apps Remove noop conservancy.context_processors imports. 2016-12-02 22:21:40 -05:00
static js: Render <video> inner HTML when no source is supported. 2016-12-31 15:19:59 -05:00
templates js: Split whole-site JS from Supporter-specific JS. 2016-12-31 14:46:10 -05:00
__init__.py supporter: Use proper float formatting for parameter validation. 2016-12-02 15:07:35 -05:00
feeds.py Remove noop conservancy.context_processors imports. 2016-12-02 22:21:40 -05:00
frontpage.py contractpatch: Add page. 2016-11-28 15:23:58 -05:00
local_context_processors.py Add sitefundgoal to top level view context. 2015-11-30 19:19:46 -08:00
manage.py Added middleware and management file 2010-09-26 19:03:53 -04:00
middleware.py First pass at migration to Django 1.7 2015-03-03 18:40:18 +00:00
settings.py settings: Don't FORCE_CANONICAL_HOSTNAME when DEBUG. 2016-12-02 22:17:59 -05:00
sponsors.py Remove noop conservancy.context_processors imports. 2016-12-02 22:21:40 -05:00
urls.py urls: Route /error/NNN/ to static.views.handler. 2016-12-05 21:43:51 -05:00