fix: compose post modal button
This commit is contained in:
parent
437724065b
commit
bfcb35e18b
4 changed files with 7 additions and 5 deletions
|
@ -38,12 +38,13 @@
|
|||
|
||||
<div class="flex nav_side">
|
||||
{% if user %}
|
||||
<button
|
||||
onclick="document.getElementById('town_square_post_dialog').showModal()"
|
||||
<a
|
||||
href="javascript:document.getElementById('town_square_post_dialog').showModal()"
|
||||
class="button"
|
||||
title="Create post"
|
||||
>
|
||||
{{ icon "square-pen" }}
|
||||
</button>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="/notifs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue