We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd11bf commit 8e3f825Copy full SHA for 8e3f825
wagtail_ab_testing/templates/wagtail_ab_testing/delete_ab_tests.html
@@ -70,7 +70,7 @@
70
<form method="POST">
71
{% csrf_token %}
72
<input type="submit" value="{% trans 'Yes, delete A/B tests' %}" class="button serious">
73
- <a href="{% url 'wagtailadmin_explore' page.get_parent.id %}" class="button button-secondary">{% trans "No, don't Delete" %}</a>
+ <a href="{% url 'wagtailadmin_explore' page.get_parent.id %}" class="button button-secondary">{% trans "No, don't delete" %}</a>
74
</form>
75
</div>
76
{% endblock %}
0 commit comments