{% extends 'dashboard/base.html' %} {% block title %}Settings{% endblock %} {% block content %}

Settings

Manage your business details and website configuration.

Business Details Email Settings Analytics Blog Cookie Consent
{% csrf_token %}
{% if section == 'business' %}

Business Details

{{ form.site_name }}
{% if site_settings.logo %} Logo {% endif %}
{{ form.logo }} {% if site_settings.logo %} {% endif %}
{% if site_settings.favicon %} Favicon {% endif %}
{{ form.favicon }} {% if site_settings.favicon %} {% endif %}
{{ form.phone }} {{ form.email }} {{ form.address }} {{ form.whatsapp_number }} {{ form.facebook_url }} {{ form.instagram_url }} {{ form.twitter_url }} {{ form.linkedin_url }} {{ form.youtube_url }} {{ form.tiktok_url }} {{ form.pinterest_url }} {{ form.footer_text }} {{ form.google_maps_embed }}

One day per line, e.g. "Monday: 9:00 AM - 5:00 PM" or "Sunday: Closed".

{{ form.opening_hours }} {% elif section == 'email' %}

Email Settings (SMTP)

Leave blank to use the default mailbox for your site.

{{ form.smtp_host }} {{ form.smtp_port }} {{ form.smtp_username }} {{ form.smtp_password }} {{ form.smtp_from_email }} {% elif section == 'analytics' %}

Analytics

{{ form.google_analytics_id }} {% elif section == 'blog' %}

Blog Settings

{{ form.blog_title }} {{ form.blog_description }} {% elif section == 'cookies' %}

Cookie Consent Banner

Show a cookie notice to visitors. Choose where and how it appears — the preview updates as you change options.

{% endif %}
Don't forget to save your changes
{% if section == 'cookies' %} {% endif %} {% endblock %}