diff --git a/core/templates/index.html b/core/templates/index.html index 58cb9af..0cd2198 100644 --- a/core/templates/index.html +++ b/core/templates/index.html @@ -1,62 +1,87 @@ {% extends "base.html" %} {% block content %}
Ends in: {{ campaign.end_at|timeuntil }}
- {% if campaign.description != campaign.name %} - {% if campaign.description|length|get_digit:"-1" > 100 %} -- Show Description -
-{{ campaign.description }}
- {% endif %} - {% endif %} - {% for drop in campaign.drops %} -Ends in: {{ campaign.end_at|timeuntil }}
+ {% if campaign.description != campaign.name %} + {% if campaign.description|length|get_digit:"-1" > 100 %} + +{{ campaign.description }}
+ {% endif %} + {% endif %} +