# HG changeset patch # User Brian Neal # Date 1467855969 18000 # Node ID 2315707f582d44368838bf598492f13ff7771cea # Parent 021af50158015729dc4aed4c4372dde8fe450543 Add period to polls & contests blocks. diff -r 021af5015801 -r 2315707f582d sg101/templates/contests/v3/latest_contests_block_tag.html --- a/sg101/templates/contests/v3/latest_contests_block_tag.html Wed Jul 06 20:40:59 2016 -0500 +++ b/sg101/templates/contests/v3/latest_contests_block_tag.html Wed Jul 06 20:46:09 2016 -0500 @@ -6,7 +6,7 @@ {% for contest in contests %}
  • {{ contest.title }}
  • {% empty %} -
  • No contests at this time. Check out our past contests
  • +
  • No contests at this time. Check out our past contests.
  • {% endfor %} diff -r 021af5015801 -r 2315707f582d sg101/templates/polls/v3/latest_poll_block_tag.html --- a/sg101/templates/polls/v3/latest_poll_block_tag.html Wed Jul 06 20:40:59 2016 -0500 +++ b/sg101/templates/polls/v3/latest_poll_block_tag.html Wed Jul 06 20:46:09 2016 -0500 @@ -6,7 +6,7 @@ {% for poll in polls %}
  • {{ poll.question }}
  • {% empty %} -
  • No polls at this time. Check out our past polls
  • +
  • No polls at this time. Check out our past polls.
  • {% endfor %}