diff --git a/zsite/templates/aldryn_people/plugins/feature/people_list.html b/zsite/templates/aldryn_people/plugins/feature/people_list.html index b8ac281..5362935 100644 --- a/zsite/templates/aldryn_people/plugins/feature/people_list.html +++ b/zsite/templates/aldryn_people/plugins/feature/people_list.html @@ -29,9 +29,10 @@
-

{{ person.name }}, {% trans 'our' %} {{ person.function|lower }}, {% trans 'answer your questions' %}

+

{{ person.name }}, {{ person.function|lower }}, {% trans 'answer your questions' %}

+ {% static_placeholder request.current_page.parent.reverse_id %} {% trans 'Free Consultation' %}
{% endfor %} diff --git a/zsite/templates/base.html b/zsite/templates/base.html index 1a107b0..1717ead 100644 --- a/zsite/templates/base.html +++ b/zsite/templates/base.html @@ -64,7 +64,7 @@