fix: correct typo in notes templates

!8 #7
This commit is contained in:
2024-05-21 01:46:04 +09:30
parent 4562e921e9
commit 7ae7ffaef4
3 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,7 @@
{% include 'note.html.j2' %}
{% endfor %}
{% endif %}
</div>
</div>

View File

@ -120,6 +120,7 @@
{% include 'note.html.j2' %}
{% endfor %}
{% endif %}
</div>
</div>

View File

@ -121,6 +121,7 @@
{% include 'note.html.j2' %}
{% endfor %}
{% endif %}
</div>
</div>