{% 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 %}
{{ form.customer_display_name }}
{{ form.rating }}
{{ form.testimonial_quote }}
{{ form.status }}
{{ form.attached_widget_label }}
{{ form.attached_pages }}
{{ form.is_anonymized }}
{{ form.is_featured }}
Cancel
{% endblock %}