mirror of https://github.com/zulip/zulip.git
Move zephyr/administration.html to zerver/ path.
This one slipped through through a race between it being added and the zerver migration. (imported from commit 23ed79efa16584f062844fa05db3a95b8835060c)
This commit is contained in:
parent
3ffc3bc7f6
commit
8641749774
|
@ -55,7 +55,7 @@ var page_params = {{ page_params }};
|
|||
</div>
|
||||
{% if show_admin %}
|
||||
<div class="tab-pane" id="administration">
|
||||
{% include "zephyr/administration.html" %}
|
||||
{% include "zerver/administration.html" %}
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="tab-pane" id="settings">
|
||||
|
|
Loading…
Reference in New Issue