{% extends "layout.html" %} {% from "macros.html" import render_field, form_tag %} {% block content %}
{% call form_tag(form, enctype="multipart/form-data") %}

Organisation Logo

{% if current_user.organisation.logo %} Organisation Logo {% endif %} {{ render_field(form.logo_file) }} {{ form.upload }} {{ form.reset }} {#{ form.cancel }#} {% endcall %}

Any png or jpg image can be uploaded, where it will subsequently be used as the logo in all Hub-generated email for your organisation.
For best results, the image's height dimension should be close to 100px and no more than 200px. NB: the Hub's default is 163px by 127px

{% endblock %}