Browse Source

image cliquable

upstream
grisel-davy 8 years ago
parent
commit
9a7e9ebfff
  1. 4
      re2o/templates/re2o/index.html

4
re2o/templates/re2o/index.html

@ -37,8 +37,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% for service in service_list %}
<div class="col-12">
<div class="thumbnail">
<img src="{% static service.image %}" alt="{{ service.name }}">
<div class="caption">
<a href="{{ service.url }}"><img src="{% static service.image %}" alt="{{ service.name }}"></a>
<div class="caption">
<h3>{{ service.name }}</h3>
<p>{{ service.description }}</p>
<p><a href="{{ service.url }}" class="btn btn-primary" role="button">Accéder</a></p>

Loading…
Cancel
Save