{% extends "exams/base.html" %} {% load static %} {% block content %}
Preview how your site settings will appear
{% endif %}
{{ setting.site_tagline }}
{% endif %} {% if setting.header_text %}Your site content will be displayed here with the selected settings.
Configure your site settings to customize the look and feel.
| Site Name: | {{ setting.site_name|default:"Not set" }} |
|---|---|
| Site Title: | {{ setting.site_title|default:"Not set" }} |
| Site Tagline: | {{ setting.site_tagline|default:"Not set" }} |
| Header BG Color: | {{ setting.header_bg_color|default:"#ffffff" }} |
| Logo: | {% if setting.logo %}✓ Uploaded{% else %}✗ Not set{% endif %} |
| Favicon: | {% if setting.favicon %}✓ Uploaded{% else %}✗ Not set{% endif %} |
| Contact Email: | {{ setting.contact_email|default:"Not set" }} |
|---|---|
| Contact Phone: | {{ setting.contact_phone|default:"Not set" }} |
| Facebook: | {% if setting.facebook_url %}✓ Set{% else %}✗ Not set{% endif %} |
| Twitter: | {% if setting.twitter_url %}✓ Set{% else %}✗ Not set{% endif %} |
| Instagram: | {% if setting.instagram_url %}✓ Set{% else %}✗ Not set{% endif %} |
| Custom CSS/JS: | {% if setting.custom_css or setting.custom_js %}✓ Set{% else %}✗ Not set{% endif %} |