remove unused pages directory
This commit is contained in:
parent
bf0c5eb466
commit
fa17a56d0f
3 changed files with 0 additions and 27 deletions
|
@ -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 %}
|
|
@ -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 %}
|
|
@ -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 %}
|
Loading…
Reference in a new issue