added Chappatte cartoon on homepage
This commit is contained in:
@@ -2,8 +2,19 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div style="padding-left: 140px; padding-right: 140px;">
|
||||
<h3 align="center">{{ cartoon_title }}</h2>
|
||||
<p class="text-center">
|
||||
<img src="{{ cartoon_url }}"
|
||||
class="img_responsive" style="display:inline; width:100%" />
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
{% if request.authenticated_userid %}
|
||||
<p><a href="{{ request.route_url('blog_edit', id='0') }}">[ Nouveau ]</a>
|
||||
<p>
|
||||
<a href="{{ request.route_url('blog_edit', id='0') }}">[ Nouveau ]</a>
|
||||
<a href="{{ request.route_url('blog_edit', id='95') }}">[ Sélectionner un autre le dessin ]</a>
|
||||
</p>
|
||||
{% endif%}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user