{% extends "admin_base.html" %} {% block title %}Settings — GoldBuy Admin{% endblock %} {% block admin_content %}

Settings

Email notifications

Every new item submitted on the site is emailed to the address below, using your SMTP server (e.g. Gmail: smtp.gmail.com, port 587, TLS, with an app password).

{{ csrf_field() }}
{{ csrf_field() }}

Site settings

{{ csrf_field() }} {# resubmit SMTP values unchanged so one save button per form works #} {% for k in ('smtp_host','smtp_port','smtp_user','smtp_security','notify_email') %} {% endfor %}

Social media links (shown as icons in the footer; leave blank to hide)

Today's gold prices (KSh per gram — shown in a banner on the home page; leave blank to hide)

AI support chat

A chat bubble on the site where "Grace", our AI assistant (powered by DeepSeek), answers visitor questions about selling gold. Enabled automatically when a key is saved.

{{ csrf_field() }}

Backups

A backup (database + all photos) is created automatically when the app starts and once every day. The most recent {{ 14 }} are kept. You can also create or download one now.

{{ csrf_field() }}
↓ Download latest backup
{% endblock %}