Skip to content

Commit aaccec2

Browse files
committed
Revert "Fix button action on invite user page"
This reverts commit 2615ba7.
1 parent 2615ba7 commit aaccec2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

readthedocsext/theme/templates/projects/user_form.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@
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.
2221
{% endblocktrans %}
2322
</div>
2423
{% endif %}
2524

2625
<form class="ui form" method="post" action=".">
2726
{% csrf_token %}
2827
{{ form|crispy }}
29-
<input class="ui primary button" type="submit" value="{% trans "Invite" %}">
28+
<input class="ui primary button" type="submit" value="{% trans "Save" %}">
3029
</form>
3130
{% endblock project_edit_content %}

0 commit comments

Comments
 (0)