Changeset - b038ce1d946d
[Not reviewed]
0 0 1
Tobias - 6 years ago 2018-10-01 07:44:19
tobias@localhost.localdomain
Add empty accommodation page
1 file changed with 16 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/flatpages/accommodation.html
Show inline comments
 
new file 100644
 
{% 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 %}
...
 
\ No newline at end of file
0 comments (0 inline, 0 general)