Add colour to role text
This commit is contained in:
parent
8dde548272
commit
30317f45be
|
@ -82,7 +82,7 @@ testimonials:
|
||||||
<h2>{{ testimonial.name }}</h2>
|
<h2>{{ testimonial.name }}</h2>
|
||||||
|
|
||||||
{% if testimonial.role %}
|
{% if testimonial.role %}
|
||||||
<div>
|
<div class="text-grey-dark">
|
||||||
{{ testimonial.role|raw }}
|
{{ testimonial.role|raw }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue