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 16111d0 commit 0d1c4ebCopy full SHA for 0d1c4eb
readthedocs/templates/projects/environmentvariable_detail.html
@@ -16,6 +16,8 @@
16
{% endblock %}
17
18
{% block project_edit_content %}
19
+ <p>These environment variables are available to all build steps.</p>
20
+
21
<form method="post" action="{% url 'projects_environmentvariables_delete' project_slug=project.slug environmentvariable_pk=environmentvariable.pk %}">
22
{% csrf_token %}
23
<input type="submit" value="{% trans "Delete" %}">
0 commit comments