Skip to content

Commit

Permalink
feat: OPTIC-1232: Customize the display of notifications form block i…
Browse files Browse the repository at this point in the history
…n user settings (#6573)
  • Loading branch information
bmartel authored Oct 31, 2024
1 parent 9c93982 commit 7ca6b0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions label_studio/users/templates/users/user_account.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
</form>

<!-- Notifications -->
{% block notifications %}
<form action="{% url 'user-detail' pk=user.pk %}?update-notifications=1" method="patch" class="notifications block-info" id="notifications">
<header>
Notifications
Expand Down Expand Up @@ -175,6 +176,7 @@
</table>

</form>
{% endblock %}


</div>
Expand Down

0 comments on commit 7ca6b0e

Please sign in to comment.