Merge "add day_specifier from recurrence"

This commit is contained in:
Zuul 2018-11-08 08:47:51 +00:00 committed by Gerrit Code Review
commit 70c918c240
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ use in your favorite calendaring app:</p>
<div class="panel-body">
{% for schedule in meeting.schedules %}
<div><span class="glyphicon glyphicon-time"></span>&nbsp;
{{ schedule.recurrence }} on {{ schedule.day }} at
{{ schedule.recurrence }} on {% if schedule.recurrence.day_specifier %}{{ schedule.recurrence.day_specifier }} {% endif %}{{ schedule.day }} at
<a data-toggle="tooltip" data-placement="top" title="NotFilledInYet" utctime="{{schedule.utc}}" weekday="{{schedule.day}}"
href="http://www.timeanddate.com/worldclock/fixedtime.html?hour={{ schedule.utc[:2] }}&amp;min={{ schedule.utc[2:] }}&amp;sec=0"
class="timelink">

View File

@ -2,4 +2,4 @@ hacking<0.11,>=0.10.0
pytz>=2013.6 # MIT
PyYAML>=3.1.0 # MIT
requests>=2.10.0 # Apache-2.0
yaml2ical>=0.9.0
yaml2ical>=0.10.0