forked from rc/aircox
page templates & views reordering
This commit is contained in:
9
aircox/templates/aircox/basepage_detail.html
Normal file
9
aircox/templates/aircox/basepage_detail.html
Normal file
@ -0,0 +1,9 @@
|
||||
{% extends "aircox/base.html" %}
|
||||
{% comment %}Display detail of a BasePage{% endcomment %}
|
||||
|
||||
{% block head_title %}
|
||||
{% block title %}{{ page.title }}{% endblock %}
|
||||
—
|
||||
{{ station.name }}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user