non_editable_user_groups: Remove unused template.

It was added by commit c53458c9c0
(#8806) and never used.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-08-31 11:30:10 -07:00 committed by Tim Abbott
parent 6758d8ad12
commit eaffbeaf35
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
{{#with user_group}}
<div class="user-group white-box ntm" id="{{id}}">
<h4>
<span class="name" data-placeholder="{{t 'Name' }}">{{name}}</span>
<span class="description" data-placeholder="{{t 'Description' }}">{{description}}</span>
</h4>
<p class="subscribers">{{t 'Subscribers' }}</p>
<div class="pill-container not-editable" data-group-pills="{{id}}"></div>
</div>
{{/with}}