Add href URL for the IRC channel in template

* In the template file, add a clickable href URL for the IRC channel
 * Add a link to the freenode webclient

Change-Id: I31e73d1f8ddf4313432109266c0079eb473d0dd2
This commit is contained in:
John L. Villalovos 2015-06-17 15:50:12 -07:00
parent b1148ccd14
commit 7402402342
1 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,9 @@ use in your favorite calendaring app:</p>
{% for schedule in meeting.schedules %}
<li>{{ schedule.recurrence }} on {{ schedule.day }} at
<a href="http://www.timeanddate.com/worldclock/fixedtime.html?hour={{ schedule.utc[:2] }}&amp;min={{ schedule.utc[2:] }}&amp;sec=0">{{ schedule.utc }} UTC</a>
in #{{ schedule.irc }}</li>
in <a href="ircs://irc.freenode.net:6697/{{ schedule.irc }}">#{{ schedule.irc }}</a>
<a href="https://webchat.freenode.net/?randomnick=1&channels=%23{{ schedule.irc }}&prompt=1&uio=d4">(IRC webclient)</a>
</li>
{% endfor %}
<li>Chair (to contact for more information): {{ meeting.chair }}</li>
<li>{{ meeting.description|urlize }}</li>