fnp
/
copyspeak.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use textile_en
[copyspeak.git]
/
src
/
words
/
templates
/
words
/
word_detail.html
diff --git
a/src/words/templates/words/word_detail.html
b/src/words/templates/words/word_detail.html
index
043bbd5
..
10e97c1
100755
(executable)
--- a/
src/words/templates/words/word_detail.html
+++ b/
src/words/templates/words/word_detail.html
@@
-1,6
+1,6
@@
{% extends "base.html" %}
{% load static from staticfiles %}
{% extends "base.html" %}
{% load static from staticfiles %}
-
+{% load textile_en from fnp_markup %}
{% block title %}{{ object }}{% endblock %}
{% block title %}{{ object }}{% endblock %}
@@
-14,12
+14,12
@@
<div class="desc-container">
<section class="examples">
<div class="desc-container">
<section class="examples">
- {{ object.examples|
safe|linebreaks
}}
+ {{ object.examples|
textile_en
}}
</section>
<section class="usage">
<p>/used:/</p>
</section>
<section class="usage">
<p>/used:/</p>
- {{ object.usage|
safe|linebreaks
}}
+ {{ object.usage|
textile_en
}}
</section>
</div>
</section>
</div>
@@
-42,7
+42,7
@@
<div class="right-desc-container">
<section class="recommendations">
<p>/recommendations:/</p>
<div class="right-desc-container">
<section class="recommendations">
<p>/recommendations:/</p>
- {{ object.recommendations|
safe|linebreaks
}}
+ {{ object.recommendations|
textile_en
}}
</section>
</div>
</section>
</div>