We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaccec2 commit 8474a66Copy full SHA for 8474a66
readthedocsext/theme/templates/projects/user_form.html
@@ -18,13 +18,14 @@
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 }}
- <input class="ui primary button" type="submit" value="{% trans "Save" %}">
29
+ <input class="ui primary button" type="submit" value="{% trans "Invite" %}">
30
</form>
31
{% endblock project_edit_content %}
0 commit comments