# custom_theme

This commit is contained in:
k_shabanova 2022-10-26 09:52:34 +05:00
parent 92e9cefb4f
commit 00f4a1ec42
3 changed files with 0 additions and 15 deletions

View File

@ -1,11 +0,0 @@
{% extends "base.html" %}
{% block content %}
<div class="row-fluid">
<div id="main-content" class="span12">
<h1 id="404-page-not-found" style="text-align: center">404 - Страница не найдена</h1>
</div>
</div>
{% endblock %}

View File

@ -41,8 +41,6 @@ theme:
language: ru language: ru
palette: palette:
primary: orange primary: orange
custom_dir: custom_theme/
docs_dir: docs docs_dir: docs
site_dir: site site_dir: site

View File

@ -52,8 +52,6 @@ theme:
language: ru language: ru
palette: palette:
primary: orange primary: orange
custom_dir: custom_theme/
docs_dir: docs docs_dir: docs
site_dir: site site_dir: site