evorepo/templates/news
Dan McGee 943ef2e8e4 Convert to and enable staticfiles contrib application
This moves our site static files into the sitestatic directory if they
are shared resources, and also moves a handful of things (such as the
artwork logos) into application-specific static/ directories. This
allows the staticfiles contrib app to work after a few settings tweaks,
a run of collectstatic, and massaging the hardcoded '/media/' prefix out
of our templates.

Django 1.4 is going to make this a lot easier to move things to a CDN
and provides better template tags; for now this is setting the stage
before we can move to that.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-12-05 23:06:10 -06:00
..
add.html Convert to and enable staticfiles contrib application 2011-12-05 23:06:10 -06:00
delete.html Remove action when submitting to same URL 2010-06-11 17:29:46 -05:00
list.html Fix news permission checking in templates 2010-09-24 11:12:31 -05:00
paginator.html Paginate the news list view 2010-09-08 00:46:08 -05:00
view.html Fix news permission checking in templates 2010-09-24 11:12:31 -05:00