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:
Sumanth V Rao
2021-04-28 21:39:26 +05:30
committed by Tim Abbott
parent a40fe26586
commit 474d647f3b

View File

@@ -140,7 +140,6 @@
<i class="locked fa fa-lock" title="{{ _('Only organization administrators can edit these settings.') }}"></i> <i class="locked fa fa-lock" title="{{ _('Only organization administrators can edit these settings.') }}"></i>
{% endif %} {% endif %}
</li> </li>
{% if development_environment %}
<li tabindex="0" data-section="playground-settings"> <li tabindex="0" data-section="playground-settings">
<i class="icon fa fa-external-link" aria-hidden="true"></i> <i class="icon fa fa-external-link" aria-hidden="true"></i>
<div class="text">{{ _('Code playgrounds') }}</div> <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> <i class="locked fa fa-lock" title="{{ _('Only organization administrators can edit these settings.') }}"></i>
{% endif %} {% endif %}
</li> </li>
{% endif %}
{% if is_admin %} {% if is_admin %}
<li tabindex="0" data-section="profile-field-settings"> <li tabindex="0" data-section="profile-field-settings">
<i class="icon fa fa-user" aria-hidden="true"></i> <i class="icon fa fa-user" aria-hidden="true"></i>