forked from rc/aircox
static pages
This commit is contained in:
@ -3,9 +3,13 @@
|
||||
{% load i18n aircox humanize %}
|
||||
|
||||
{% block title %}
|
||||
{% if not page or not page.title %}
|
||||
{% with station.name as station %}
|
||||
{% blocktrans %}Today on {{ station }}{% endblocktrans %}
|
||||
{% blocktrans %}This week on {{ station }}{% endblocktrans %}
|
||||
{% endwith %}
|
||||
{% else %}
|
||||
{{ block.super }}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
{% block subtitle %}{{ date|date:"l d F Y" }}{% endblock %}
|
||||
|
Reference in New Issue
Block a user