We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2615ba7 commit aaccec2Copy full SHA for aaccec2
readthedocsext/theme/templates/projects/user_form.html
@@ -18,14 +18,13 @@
18
<i class="fa-duotone fa-circle-info icon"></i>
19
{% blocktrans trimmed %}
20
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.
22
{% endblocktrans %}
23
</div>
24
{% endif %}
25
26
<form class="ui form" method="post" action=".">
27
{% csrf_token %}
28
{{ form|crispy }}
29
- <input class="ui primary button" type="submit" value="{% trans "Invite" %}">
+ <input class="ui primary button" type="submit" value="{% trans "Save" %}">
30
</form>
31
{% endblock project_edit_content %}
0 commit comments