meh
authorStephen Frost <sfrost@snowman.net>
Mon, 24 Jul 2017 04:05:20 +0000 (04:05 +0000)
committerStephen Frost <sfrost@snowman.net>
Mon, 24 Jul 2017 04:05:20 +0000 (04:05 +0000)
templates/pages/schedule.html

index 61dfefe1753b635c34e72b41209407326ec30307..11ffaa45b786bb8327d91f766cdcddbe6593b6bb 100644 (file)
@@ -2,28 +2,10 @@
 {%block title%}Schedule | PostgresOpen 2017{%endblock%}
 {%block pagetitle%}PostgresOpen 2017{%endblock%}
 {%block content%}
-{% load staticfiles %}
-               <!-- Main -->
-                       <section id="main" class="wrapper">
-                               <div class="container">
-
-                                       <header class="major">
-            <span class="header"><img src="{% static 'images/schedule.svg' %}" alt="" /></span>
-                                               <h2>Schedule</h2>
-                                       </header>
-
-          <!-- Sponsorship -->
-          <section class="section">
             <hr>
             <h3>Schedule</h3>
             <p>
                The schedule has now been <a href="https://postgresql.us/events/schedule/pgopen2017/">published</a>!
             </p>
             <hr>
-          </section>
-
-
-
-        </div>
-      </section>
 {% endblock %}