fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move to Django 1.5.
[redakcja.git]
/
apps
/
wiki
/
templates
/
wiki
/
tabs
/
summary_view.html
diff --git
a/apps/wiki/templates/wiki/tabs/summary_view.html
b/apps/wiki/templates/wiki/tabs/summary_view.html
index
9a2c742
..
8a57769
100644
(file)
--- a/
apps/wiki/templates/wiki/tabs/summary_view.html
+++ b/
apps/wiki/templates/wiki/tabs/summary_view.html
@@
-6,9
+6,9
@@
<div class="summary-cover-area">
<p><img id="summary-cover" class="book-cover"
{% if revision %}
<div class="summary-cover-area">
<p><img id="summary-cover" class="book-cover"
{% if revision %}
- src="{% url
cover_preview
chunk.book.slug chunk.slug revision %}"
+ src="{% url
'cover_preview'
chunk.book.slug chunk.slug revision %}"
{% else %}
{% else %}
- src="{% url
cover_preview
chunk.book.slug chunk.slug %}"
+ src="{% url
'cover_preview'
chunk.book.slug chunk.slug %}"
{% endif %}></p>
<p><button id="summary-cover-refresh">{% trans "Refresh from working copy" %}</button></p>
</div>
{% endif %}></p>
<p><button id="summary-cover-refresh">{% trans "Refresh from working copy" %}</button></p>
</div>