|
@@ -36,7 +36,10 @@
|
|
|
<div class="col-lg-10 col-md-9">
|
|
<div class="col-lg-10 col-md-9">
|
|
|
|
|
|
|
|
{% block content_main_before %}
|
|
{% block content_main_before %}
|
|
|
- <h2 class="text-muted">Page is not exists</h2>
|
|
|
|
|
|
|
+ <h2 class="text-muted">
|
|
|
|
|
+ <i class="fa fa-info-circle" aria-hidden="true"></i>
|
|
|
|
|
+ Page is not exists
|
|
|
|
|
+ </h2>
|
|
|
{% endblock %}
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
|
|
@@ -59,7 +62,7 @@
|
|
|
|
|
|
|
|
<li>
|
|
<li>
|
|
|
<a {% if user %}href="#edit-form" data-toggle="tab"{% endif %} class="edit-button {% if not user %}edit-button-disabled{% endif %}">
|
|
<a {% if user %}href="#edit-form" data-toggle="tab"{% endif %} class="edit-button {% if not user %}edit-button-disabled{% endif %}">
|
|
|
- <i class="fa fa-pencil-square-o"></i> {{ t('Edit') }}
|
|
|
|
|
|
|
+ <i class="fa fa-pencil-square-o"></i> {{ t('Create') }}
|
|
|
</a>
|
|
</a>
|
|
|
</li>
|
|
</li>
|
|
|
|
|
|