{% extends "base.html" %} {% block title %}Edit Proof Card | TrustForge{% endblock %} {% block meta_description %}Edit a TrustForge proof card’s testimonial, status, featuring, and placement settings.{% endblock %} {% block content %} Edit proof card Refine the conversion asset Update the customer display name, testimonial, placement, and publish settings without touching the underlying job record. Back to proof card {% csrf_token %} Customer display name {{ form.customer_display_name }} Rating {{ form.rating }} Testimonial quote {{ form.testimonial_quote }} Status {{ form.status }} Attach to widget {{ form.attached_widget_label }} Attach to pages {{ form.attached_pages }} {{ form.is_anonymized }} Anonymize customer {{ form.is_featured }} Feature this proof card Save proof card Cancel {% endblock %}
Update the customer display name, testimonial, placement, and publish settings without touching the underlying job record.