SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 58d1dc9d authored by George Katsikas's avatar George Katsikas :goat:
Browse files

enable markup for notes

parent 76e4afbe
No related branches found
No related tags found
No related merge requests found
{% load automarkup %}
<div class="my-1">
<div class="d-flex justify-content-between">
<span class="fw-bold text-truncate overflow-hidden">{{ note.title }}</span>
......@@ -11,5 +13,5 @@
hx-delete="{% url "pins:_hx_note_delete" note.id %}">{% include "bi/trash-fill.html" %}</span>
</span>
</div>
<div>{{ note.description }}</div>
<div>{% automarkup note.description %}</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment