make start/end times fit
This commit is contained in:
parent
66d422b606
commit
c056ee3c8e
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
<body>
|
||||
<main class="container">
|
||||
<h2><a href="https://25live.collegenet.com/pro/louisville#!/home/event/{{ data.event_id }}/details">{{ data.event_name }}</a>{{ " ("+data.event_title+")" if data.event_title }}</h2>
|
||||
<h3>
|
||||
<h4>
|
||||
{%- if "Rsrv" in data.profile.profile_name %}
|
||||
{%- if data.profile.reservation.append is defined %}
|
||||
Start: {{ data.profile.reservation[0].event_start_dt }}<br>
|
||||
|
@ -35,7 +35,7 @@
|
|||
{%- else %}
|
||||
{{ data.profile.profile_name }}
|
||||
{%- endif %}
|
||||
</h3>
|
||||
</h4>
|
||||
{%- if data.profile.append is not defined %}
|
||||
<h3>
|
||||
{%- if data.profile.reservation.append is defined %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue