diff --git a/templates/header.html b/templates/header.html index 2e97a87..d9acc3e 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,3 +1,6 @@ +{% if this._model == 'donate-form' and this.header_image|length %} + {% include 'banner.html' %} +{% else %} {% if this.color == 'primary' %}
{% else %} @@ -11,8 +14,7 @@ {% endif %}
{% if this._model == 'donate-form' and this.header_image|length %} - {% include 'banner.html' %} - {#