This commit is contained in:
Andros Fenollosa
2021-11-12 21:25:19 +01:00
parent ae59910bb7
commit 7f65835db7
3 changed files with 50 additions and 7 deletions

View File

@ -11,7 +11,7 @@
</div>
</header>
<p>
{{ talk.content|truncatechars:100 }}
{{ talk.content|truncatechars:150 }}
</p>
<footer>Author {{ talk.author.full_name }} - {{ talk.category.name }}</footer>
</article>