{% extends 'votebase/base.html' %} {% load i18n static %} {% block title %}{{ survey.title }}{% endblock %} {% block content_title %} {% trans 'Back' %}{{ survey.title }} {% endblock %} {% block content_title_extra %}{% include 'surveys/helpers/advanced.html' with active='advanced' %}{% endblock %} {% block subtitle %}{% trans 'Settings' %}{% endblock %} {% block subtitle_extra %}{% include 'surveys/helpers/tabs.html' with survey=survey %}{% endblock %} {% block js %} {% endblock %} {% block content %}
{% include 'surveys/helpers/settings_tabs.html' with active='branding' survey=survey reversed=1 %} {% if brandingimages %} {% endif %}
{% csrf_token %}
{% if not survey.css %}
#content { } #content .voting { } #content .voting .control-group { } #content .voting .control-group .control-label { } #content .voting .control-group .controls { } #content .voting .form-actions { } #content .voting .form-actions input[type=submit] { }
{% else %}
{{ survey.css }}
{% endif %}
{% trans 'Upload an image' %}
{% endblock %}