{% extends 'main.html' %} {% block content %}
Scans all species name and alt_name fields and
replaces every curly, smart, or double-quote variant with a standard
straight single quote (').
Only records that actually change are saved. Click Run to apply.
| ID | Original Name | Updated Name | Fields Changed |
|---|---|---|---|
| {{ c.id }} | {{ c.original_name }} |
{{ c.new_name }} |
{{ c.fields }} |
✓ All species names are already using standard single quotes — nothing to update.
{% endif %}