Author
|
zPlus <zplus@peers.community>
2019-01-18 21:41:58
|
Committer
|
zPlus <zplus@peers.community>
2019-01-18 21:41:58
|
Commit
|
2dff19b
(patch)
|
Tree
|
9c57779
|
Parent(s)
|
|
Fix jam time in banner.
commits diff:
2749021..2dff19b
1 file changed,
1 insertion,
1 deletion
—
download
Diffstat
Diff options
+1/-1
M freepost/templates/banner.html
33
|
33
|
|
|
34
|
34
|
|
{# Peers Jam #}
|
35
|
35
|
|
{% set datetime = now() %}
|
36
|
|
- |
{% if datetime.isoweekday() == 5 and datetime['hour'] >= 19 and datetime['hour'] <= 21 %}
|
|
36
|
+ |
{% if datetime.isoweekday() == 5 and datetime['hour'] >= 19 and datetime['hour'] <= 20 %}
|
37
|
37
|
|
<div class="bg-green" style="margin: 0 0 2em 0; padding: .5em;">
|
38
|
38
|
|
<img alt="" title="" src="images/pulse.gif" style="height: 1em;" />
|
39
|
39
|
|
<a href="https://peers.community/#jam">Peers Jam</a>
|