Explorar el Código

implement not found for admin

itizawa hace 5 años
padre
commit
8cfbc29e3e
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  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 %}