Files
web_django_template/site/public/templates/emails/contact_email.txt
T
westfarn 5b11cc18c7 Add shopper accounts, reviews, tracking, and seed_demo (#9)
Closes #9. Shop-gated buyer accounts, purchase reviews, Stripe customer ids, shipment tracking, slim public contact form, and a template-neutral seed_demo command.
2026-09-07 08:35:55 -05:00

14 lines
301 B
Plaintext

New contact form inquiry — {{ brand_name|default:"Your Company" }}
Email: {{ email }}
Message:
{{ message }}
{% if portal_url %}View in portal: {{ portal_url }}
{% endif %}
{{ brand_name|default:"Your Company" }}
{{ site_url|default:"" }}
{% if brand_tagline %}{{ brand_tagline }}{% endif %}