fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added DCMeta - EAV based application to represent document meta-data. Started to...
[redakcja.git]
/
apps
/
wiki
/
templates
/
wiki
/
document_list.html
diff --git
a/apps/wiki/templates/wiki/document_list.html
b/apps/wiki/templates/wiki/document_list.html
index
6853801
..
ec4116e
100644
(file)
--- a/
apps/wiki/templates/wiki/document_list.html
+++ b/
apps/wiki/templates/wiki/document_list.html
@@
-33,8
+33,8
@@
$(function() {
<tbody>
{% for doc in docs %}
<tr>
<tbody>
{% for doc in docs %}
<tr>
- <td colspan="3"><a target="_blank" data-id="{{
doc
}}"
- href="{
% url wiki_editor doc %}">{{ doc|wiki_title
}}</a></td>
+ <td colspan="3"><a target="_blank" data-id="{{
doc
}}"
+ href="{
{ doc.get_absolute_url }}">{{ doc
}}</a></td>
<!-- placeholder </td> -->
</tr>
{% endfor %}
<!-- placeholder </td> -->
</tr>
{% endfor %}