|
@@ -3,7 +3,7 @@
|
3
|
3
|
<h4 class="panel-title">{{ infobox.infobox }}</h4>
|
4
|
4
|
</div>
|
5
|
5
|
<div class="panel-body">
|
6
|
|
- {% if infobox.img_src %}<img class="img-responsive center-block infobox_part" src="{{ infobox.img_src }}" />{% endif %}
|
|
6
|
+ {% if infobox.img_src %}<img class="img-responsive center-block infobox_part" src="{{ infobox.img_src }}" alt="{{ infobox.infobox }}" />{% endif %}
|
7
|
7
|
{% if infobox.content %}<p class="infobox_part">{{ infobox.content }}</p>{% endif %}
|
8
|
8
|
|
9
|
9
|
{% if infobox.attributes %}
|