# HG changeset patch # User Brian Neal # Date 1461519311 18000 # Node ID 6447436001973d4fba9bcf45d5ffe237e7089b57 # Parent ecb8f07d937b092700fb763a980127d8a8c8e5f6 Forgot to commit countdown templates. diff -r ecb8f07d937b -r 644743600197 sg101/templates/countdown/countdown_tag.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sg101/templates/countdown/countdown_tag.html Sun Apr 24 12:35:11 2016 -0500 @@ -0,0 +1,13 @@ +{% if events %} +
+ +
+{% endif %} diff -r ecb8f07d937b -r 644743600197 sg101/templates/countdown/v3/countdown_tag.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sg101/templates/countdown/v3/countdown_tag.html Sun Apr 24 12:35:11 2016 -0500 @@ -0,0 +1,13 @@ +{% if events %} +
+ +
+{% endif %}