fnp
/
audio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixes #2136: allow converting without publication
[audio.git]
/
apps
/
archive
/
templates
/
archive
/
list_published.html
diff --git
a/apps/archive/templates/archive/list_published.html
b/apps/archive/templates/archive/list_published.html
index
49544b4
..
6bbec9b
100755
(executable)
--- a/
apps/archive/templates/archive/list_published.html
+++ b/
apps/archive/templates/archive/list_published.html
@@
-14,7
+14,7
@@
{% block file-list %}
{% for file in objects %}
<li>
- <a href='{% url file file.id %}'>{{ file }}</a>
</form>
+ <a href='{% url file file.id %}'>{{ file }}</a>
</li>
{% endfor %}
{% endblock %}