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 8a002b9 commit f0d37c0Copy full SHA for f0d37c0
readthedocs/templates/projects/environmentvariable_detail.html
@@ -18,6 +18,11 @@
18
{% block project_edit_content %}
19
<form method="post" action="{% url 'projects_environmentvariables_delete' project_slug=project.slug environmentvariable_pk=environmentvariable.pk %}">
20
{% csrf_token %}
21
+ <p>
22
+ {% blocktrans trimmed %}
23
+ Are you sure you want to delete the environment variable</b>?
24
+ {% endblocktrans %}
25
+ </p>
26
<input type="submit" value="{% trans "Delete" %}">
27
</form>
28
{% endblock %}
0 commit comments