瀏覽代碼

implement not found for admin

itizawa 5 年之前
父節點
當前提交
8cfbc29e3e
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      src/server/views/admin/not_found.html

+ 10 - 0
src/server/views/admin/not_found.html

@@ -0,0 +1,10 @@
+{% extends '../layout/admin.html' %}
+
+{% block html_title %}{{ customizeService.generateCustomTitleForFixedPageName(t('Import Data')) }}{% endblock %}
+
+{% block content_header %}
+<h1 class="title">{{ t('not_found_page.page_not_exist') }}</h1>
+{% endblock %}
+
+{% block content_main %}
+{% endblock content_main %}