fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of git@stigma:platforma
[redakcja.git]
/
project
/
templates
/
explorer
/
file_list.html
diff --git
a/project/templates/explorer/file_list.html
b/project/templates/explorer/file_list.html
index
7063d29
..
bfbafe1
100644
(file)
--- a/
project/templates/explorer/file_list.html
+++ b/
project/templates/explorer/file_list.html
@@
-3,7
+3,7
@@
{% block maincontent %}
<ul>
{% for blob in objects %}
{% block maincontent %}
<ul>
{% for blob in objects %}
- <li><a href="{% url
file_xml
blob %}">{{ blob }}</a></li>
+ <li><a href="{% url
editor_view
blob %}">{{ blob }}</a></li>
{% endfor %}
</ul>
{% endblock maincontent %}
{% endfor %}
</ul>
{% endblock maincontent %}