Fix what.html title
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% extends "layout.html" %}
|
||||
|
||||
{% block title %}Что это? | {{ settings.APP_TITLE }}{% endblock %}
|
||||
{% block title %}Что это? | {{ block.super }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="document what">
|
||||
|
||||
Reference in New Issue
Block a user