|
|
@@ -1,11 +1,11 @@
|
|
|
{% extends '../layout/admin.html' %}
|
|
|
|
|
|
-{% block html_title %}Wiki管理 · {{ path }}{% endblock %}
|
|
|
+{% block html_title %}Wiki管理· {{ path }}{% endblock %}
|
|
|
|
|
|
{% block content_head %}
|
|
|
<div class="header-wrap">
|
|
|
<header id="page-header">
|
|
|
- <h1 class="title" id="">Wiki管理</h1>
|
|
|
+ <h1 class="title" id="">Wiki管理 {{ t('Management Wiki') }}</h1>
|
|
|
</header>
|
|
|
</div>
|
|
|
{% endblock %}
|