mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
templates: Remove development_environment safeguards for playgrounds.
Also with this we can mark #16432 as feature complete. There are a couple of followups there for which we can open separate tasks/PRs. Fixes: #16432
This commit is contained in:
committed by
Tim Abbott
parent
a40fe26586
commit
474d647f3b
@@ -140,7 +140,6 @@
|
||||
<i class="locked fa fa-lock" title="{{ _('Only organization administrators can edit these settings.') }}"></i>
|
||||
{% endif %}
|
||||
</li>
|
||||
{% if development_environment %}
|
||||
<li tabindex="0" data-section="playground-settings">
|
||||
<i class="icon fa fa-external-link" aria-hidden="true"></i>
|
||||
<div class="text">{{ _('Code playgrounds') }}</div>
|
||||
@@ -148,7 +147,6 @@
|
||||
<i class="locked fa fa-lock" title="{{ _('Only organization administrators can edit these settings.') }}"></i>
|
||||
{% endif %}
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if is_admin %}
|
||||
<li tabindex="0" data-section="profile-field-settings">
|
||||
<i class="icon fa fa-user" aria-hidden="true"></i>
|
||||
|
||||
Reference in New Issue
Block a user