Skip to content

Commit 0d1c4eb

Browse files
committed
Add copy for detail page
1 parent 16111d0 commit 0d1c4eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readthedocs/templates/projects/environmentvariable_detail.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
{% endblock %}
1717

1818
{% block project_edit_content %}
19+
<p>These environment variables are available to all build steps.</p>
20+
1921
<form method="post" action="{% url 'projects_environmentvariables_delete' project_slug=project.slug environmentvariable_pk=environmentvariable.pk %}">
2022
{% csrf_token %}
2123
<input type="submit" value="{% trans "Delete" %}">

0 commit comments

Comments
 (0)