adjust positioning and formatting of event header
authorSarah Conway <sarah.conway@crunchydata.com>
Thu, 18 Oct 2018 14:17:05 +0000 (07:17 -0700)
committerSarah Conway <sarah.conway@crunchydata.com>
Thu, 18 Oct 2018 14:17:05 +0000 (07:17 -0700)
template/index.html

index 260e4d5b0dd1c395ff3f54bbd0659c82ca0eeace..6e460685fd2881b8487bcc27307f9c4e0ab5d3d2 100644 (file)
@@ -27,8 +27,7 @@
     <div class="col-lg-12">
       <h2>Upcoming Events</h2>
       {%for event in events %}
-      <h3>{{event.conferencename}}</h3>
-      <h4>{{event.conferencedatestr}}</h4>
+      <h3 class="text-left">{{event.conferencename}} | {event.conferencedatestr}}</h3>
       <h5>{{event.location}}</h5>
           <ul>
       {%if event.active%}