fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Toolbar in HTML panel fixed. Allow dot in names.
[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
d47a158
..
48be7f5
100644
(file)
--- a/
project/templates/explorer/file_list.html
+++ b/
project/templates/explorer/file_list.html
@@
-38,8
+38,9
@@
$(function() {
</p>
</form>
<div id="file-list">
</p>
</form>
<div id="file-list">
+ {% load explorer_tags %}
{% for file in files %}
{% for file in files %}
- <p title="{{file
}}"><a href="{% url editor_view file %}">{{ fil
e }}</a></p>
+ <p title="{{file
|bookname}}"><a href="{% url editor_view file %}">{{ file|booknam
e }}</a></p>
{% endfor %}
</div>
</div>
{% endfor %}
</div>
</div>