diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-04-11 10:53:41 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-04-11 10:53:41 (GMT) |
commit | 6366aa1a3212c2358ee6e0e38d20c725a79193f3 (patch) | |
tree | d948b2d74c8ac2ccb27e87ee4fecc9a5c7de1afc /helsinki/program/templates | |
parent | 1eac93fabf853226cb0218cedec09106470a543b (diff) |
for broadcastformats box, use the new template tag
Diffstat (limited to 'helsinki/program/templates')
-rw-r--r-- | helsinki/program/templates/program/broadcastformats_box.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/helsinki/program/templates/program/broadcastformats_box.html b/helsinki/program/templates/program/broadcastformats_box.html deleted file mode 100644 index 13fb0a9..0000000 --- a/helsinki/program/templates/program/broadcastformats_box.html +++ /dev/null @@ -1,20 +0,0 @@ -<!doctype html> -<html> -<head> - <meta charset="utf-8"/> - <title>Broadcast Formats</title> - <link href="/site_media/styles/base.css" media="screen" rel="stylesheet" type="text/css" /> -</head> -<body> - {% if broadcastformat_list %} - <dl id="bcformats" class="portlet program-bcformats"> - <dt class="portletHeader"><span>Legende</span></dt> - {% for broadcastformat in broadcastformat_list %} - <dd class="portletItem bcformat bcformat-{{ broadcastformat.slug }}"> - <a href="?broadcastformat={{ broadcastformat.slug }}">{{ broadcastformat.format }}</a> - </dd> - {% endfor %} - </dl> - {% endif %} -</body> -</html> |