We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc6720 commit 80427a0Copy full SHA for 80427a0
1 file changed
admin/templates/users/user.html
@@ -37,7 +37,6 @@
37
{% include "users/disable_user.html" with user=user %}
38
{% include "users/mark_spam.html" with user=user %}
39
{% include "users/reindex_user_elastic.html" with user=user %}
40
- {% include "users/reindex_user_share.html" with user=user %}
41
{% if perms.osf.change_institution %}
42
<a class="btn btn-primary" href="{% url 'users:affiliations' guid=user.guid %}">Affiliations</a>
43
{% endif %}
0 commit comments