Add empty accommodation page
This commit is contained in:
parent
91747a64ee
commit
b038ce1d94
1 changed files with 16 additions and 0 deletions
16
pinaxcon/templates/flatpages/accommodation.html
Normal file
16
pinaxcon/templates/flatpages/accommodation.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
{% extends "site_base.html" %}
|
||||
|
||||
{% block head_title %}{{ flatpage.title }}{% endblock head_title %}
|
||||
{% block body_class %}text-primary{% endblock body_class %}
|
||||
{% block main_class %}container{% endblock main_class %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-md-1"></div>
|
||||
<div class="col-12 col-md-10 content text-page ticket-page">
|
||||
<h1>Accommodation</h1>
|
||||
<p>Our accommodation page is coming soon with links to Halls of Residence and various other nearby accommodations providers.</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Reference in a new issue