From: Radek Czajka Date: Mon, 8 Aug 2011 11:45:54 +0000 (+0200) Subject: missing file X-Git-Url: https://git.mdrn.pl/audio.git/commitdiff_plain/7caeba940138a780a93417f97844d2ad2ae090b2 missing file --- 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 %}