From 7caeba940138a780a93417f97844d2ad2ae090b2 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Mon, 8 Aug 2011 13:45:54 +0200 Subject: [PATCH] missing file --- .../templates/archive/list_publishing.html | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 apps/archive/templates/archive/list_publishing.html diff --git a/apps/archive/templates/archive/list_publishing.html b/apps/archive/templates/archive/list_publishing.html new file mode 100755 index 0000000..1c220d8 --- /dev/null +++ b/apps/archive/templates/archive/list_publishing.html @@ -0,0 +1,23 @@ +{% extends "archive/list.html" %} +{% load i18n %} + + +{% block file-list-title %} + {% trans "Audiobooks being published" %} +{% endblock %} + + + +{% block file-list-wrapper %} + {% for k, objects in objects_by_status.items %} +

{{ k.1 }}

+ + {% endfor %} +{% endblock %} -- 2.20.1