1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00

Fix the new wiki page button not appearing

This commit is contained in:
Steffo 2019-02-01 19:22:37 +01:00
parent 1aea02822e
commit 73dc1e14e6

View file

@ -14,7 +14,7 @@
<li><a href="/wiki/{{ page.key }}">{{ page.key }}</a></li>
{% endfor %}
</ul>
{% if g.logged_in %}
{% if g.user %}
oppure... <input id="input-key" name="key" type="text" placeholder="Nome pagina" class="half"><button onclick="createpage()">Crea</button>
{% endif %}
</div>