added confirmation to deleting
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
{% block content %}
|
||||
|
||||
{% if request.authenticated_userid %}
|
||||
<p><a href="{{ request.route_url('blog_edit', topic=topic, id='0') }}">
|
||||
[Nouveau post]</a>
|
||||
<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>
|
||||
</p>
|
||||
{% endif%}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user