Skip to content

Commit 8474a66

Browse files
authored
Fix button action on invite user page (#523)
1 parent aaccec2 commit 8474a66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readthedocsext/theme/templates/projects/user_form.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@
1818
<i class="fa-duotone fa-circle-info icon"></i>
1919
{% blocktrans trimmed %}
2020
Adding a user as a maintainer will give the user admin access to this project.
21+
They will be sent an email with a link to accept the invitation.
2122
{% endblocktrans %}
2223
</div>
2324
{% endif %}
2425

2526
<form class="ui form" method="post" action=".">
2627
{% csrf_token %}
2728
{{ form|crispy }}
28-
<input class="ui primary button" type="submit" value="{% trans "Save" %}">
29+
<input class="ui primary button" type="submit" value="{% trans "Invite" %}">
2930
</form>
3031
{% endblock project_edit_content %}

0 commit comments

Comments
 (0)