{% extends 'dashboard/base.html' %} {% load static %} {% block title %}{{ title }} - {{ seo_settings.meta_title }}{% endblock title %} {% block content %}

Website Settings

{% csrf_token %} {{form.media}} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if form.errors %}
Error:
    {% for field, errors in form.errors.items %} {% for error in errors %}
  • {{ field }}: {{ error }}
  • {% endfor %} {% endfor %}
{% endif %}
{{ form.name }}
{{ form.author }}
{{ form.currency_name }}
{{ form.currency_symbol }}

After turning it off your website's slider particle animation will be disappear. If you want the animation keep it on.

After turning it off your website's default navigation menu will be disappear then you can add your custom menu from here.

This will show a cursor effect on the website. Keep turn on to enable the effect.

This will show a call now widget in service & project details page.

{{ form.email_address }}
{{ form.phone }}
{{ form.price_ragne }}
{{ form.address }}
{{ form.city }}
{{ form.state }}
{{ form.postal }}
{{ form.country }}
{{ form.map_iframe }}
{% if settings.contact_form_image %}
formimg
{% endif %} {{ form.contact_form_image }}
{{ form.twilio_sid }}
{{ form.twilio_auth_token }}
{{ form.twilio_from_number }}
{{ form.analytics_code }}
{{ form.facebook_pixel_code }}
{{ form.facebook_chat_code }}
{{ form.custom_css }}
{{ form.custom_js }}
{% endblock %}