remove unused pages directory

This commit is contained in:
Joshua Simmons 2017-08-10 08:46:26 -07:00
parent bf0c5eb466
commit fa17a56d0f
3 changed files with 0 additions and 27 deletions

View file

@ -1,9 +0,0 @@
{% extends "page_with_title_and_lede.html" %}
{% block title %}About {{ SITE_NAME }}{% endblock %}
{% block heading %}About {{ SITE_NAME }}{% endblock %}
{% block lede %}{{ SITE_NAME }} is the premier demo conference site for Symposion and Registrasion{% endblock %}
{% block content %}
<p>I am the body content</p>
{% endblock %}

View file

@ -1,9 +0,0 @@
{% extends "page_with_title_and_lede.html" %}
{% block title %}Sponsorship Prospectus{% endblock %}
{% block heading %}Sponsorship Prospectus{% endblock %}
{% block lede %}{{ SITE_NAME }} wants sponsors.{% endblock %}
{% block content %}
<p>I am the body content</p>
{% endblock %}

View file

@ -1,9 +0,0 @@
{% extends "page_with_title_and_lede.html" %}
{% block title %}Venue{% endblock %}
{% block heading %}Venue{% endblock %}
{% block lede %}{{ SITE_NAME }} is being held on a Django Hosting facility, somewhere.{% endblock %}
{% block content %}
<p>I am the body content</p>
{% endblock %}