|
|
@@ -27,6 +27,10 @@
|
|
|
{% block content_main %}
|
|
|
|
|
|
{% block content_main_before %}
|
|
|
+ <h2 class="message-not-found text-muted">
|
|
|
+ <i class="fa fa-info-circle" aria-hidden="true"></i>
|
|
|
+ Page is not found
|
|
|
+ </h2>
|
|
|
{% endblock %}
|
|
|
|
|
|
<div id="content-main" class="content-main content-main-not-found page-list"
|
|
|
@@ -42,11 +46,6 @@
|
|
|
data-csrftoken="{{ csrf() }}"
|
|
|
>
|
|
|
|
|
|
- <h2 class="message-not-found text-muted">
|
|
|
- <i class="fa fa-info-circle" aria-hidden="true"></i>
|
|
|
- Page is not found
|
|
|
- </h2>
|
|
|
-
|
|
|
<ul class="nav nav-tabs hidden-print">
|
|
|
<li class="active"><a href="#revision-body" data-toggle="tab">{{ t('List View') }}</a></li>
|
|
|
|