Skip to content

Commit

Permalink
Fix problem with bullet points in news
Browse files Browse the repository at this point in the history
  • Loading branch information
germannp committed Mar 17, 2024
1 parent 9ddf70b commit c8745d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion news/templates/news/post_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<h5 class="card-header"><a href="{% url 'post' post.slug %}">{{ post.title }}</a></h5>
<div class="card-body">
<h6 class="card-subtitle mb-2 text-muted">{{ post.author }} | {{ post.created_on.date }}</h6>
<p class="card-text">{{ post.content | safe }}</p>
{{ post.content | safe }}
</div>
</div>
{% endfor %}
Expand Down

0 comments on commit c8745d1

Please sign in to comment.