redesigned buttons and activités

This commit is contained in:
2022-05-07 11:34:06 +02:00
parent 72133e4ca4
commit f4923785fd
8 changed files with 18 additions and 20 deletions

View File

@@ -4,7 +4,7 @@
{% if request.authenticated_userid %}
<p><a href="{{ request.route_url('blog_edit', topic=topic, id='0') }}" class="btn btn-success" role="button">
<span class="glyphicon glyphicon-plus"></span> Nouvelle page</a>
<span class="glyphicon glyphicon-plus"></span> Nouveau</a>
</p>
{% endif%}