From: Jean-Michel Nirgal Vourgère Date: Sun, 17 Apr 2011 12:13:58 +0000 (+0000) Subject: Added media for fleet history page X-Git-Url: https://git.nirgal.com/?p=ais.git;a=commitdiff_plain;h=38ee192eb666b2b3a1c8444bce691b5e44815142 Added media for fleet history page --- diff --git a/www_templates/fleet_history.html b/www_templates/fleet_history.html index 13733d5..6707bc0 100644 --- a/www_templates/fleet_history.html +++ b/www_templates/fleet_history.html @@ -1,5 +1,10 @@ {% extends "fleet.html" %} +{% block style_extra %} +{{ block.super }} +{{ form.media }} +{% endblock %} + {% block title %} Fleet {{ fleet.name }} history {% endblock %}