Template fixer-upper
This commit is contained in:
parent
833eebc46d
commit
0cd7d47805
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
{% load wagtailimages_tags %}
|
||||
|
||||
{% image value.profile_image width-800 as profile_image %}
|
||||
<div class="panel panel__compact {% if forloop.first %}panel__first{% elif forloop.last %}panel__last{% endif %}">
|
||||
<div class="panel panel__compact {% if forloop.first %}panel__first{% endif %} {% if forloop.last %}panel__last{% endif %}">
|
||||
<div class="panel--content">
|
||||
<div class="panel--1-3">
|
||||
<div class="portrait">
|
||||
|
|
Loading…
Reference in a new issue