From 38ee192eb666b2b3a1c8444bce691b5e44815142 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Michel=20Nirgal=20Vourg=C3=A8re?= Date: Sun, 17 Apr 2011 12:13:58 +0000 Subject: [PATCH] Added media for fleet history page --- www_templates/fleet_history.html | 5 +++++ 1 file changed, 5 insertions(+) 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 %} -- 2.30.2