show plain instead of full description on index
This commit is contained in:
parent
ddae0d2956
commit
96db9a1a58
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
<div class="index-listing-desc">
|
||||
{{ random_document.html_description | safe }}
|
||||
{{ random_document.plain_description }}
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -42,7 +42,7 @@
|
|||
{{ document.title }}
|
||||
|
||||
<div class="index-listing-desc">
|
||||
{{ document.html_description | safe }}
|
||||
{{ document.plain_description }}
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue