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:
Tim Abbott 2013-08-14 18:29:26 -04:00
parent 3ffc3bc7f6
commit 8641749774
2 changed files with 1 additions and 1 deletions

View File

@ -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">