mirror of
https://github.com/flextype/flextype.git
synced 2025-08-17 02:24:05 +02:00
feat(admin-plugin): temp comment block for api's
This commit is contained in:
@@ -120,6 +120,7 @@
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{#
|
||||
{% if is_current_path('admin.api.index')or
|
||||
is_current_path('admin.api_tokens.index')or
|
||||
is_current_path('admin.api_tokens.add')or
|
||||
@@ -128,7 +129,7 @@
|
||||
<a href="{{ path_for('admin.api_tokens.index') }}?api={{ api }}">
|
||||
<span class="pr-1 pl-1">{{ api }}</span></a>
|
||||
{% endif %}
|
||||
|
||||
#}
|
||||
{% if is_current_path('admin.themes.information')or
|
||||
is_current_path('admin.themes.settings') %}
|
||||
{% if id %}
|
||||
|
Reference in New Issue
Block a user