File diff ea613bccb855 → cd77380eac27
pinaxcon/templates/raffle_draw.html
Show inline comments
...
 
@@ -9,6 +9,8 @@
 
<h1 class="mb-5">Raffle Winners</h1>
 

	
 
{% for raffle in raffles %}
 
{% if raffle.hidden %}
 
{% else %}
 
<h2 class="mt-5">{{ raffle }}</h2>
 

	
 
<dl class="row my-4">
...
 
@@ -51,8 +53,8 @@
 
    <div class="clearfix"></div>
 
  </form>
 
{% endif %}
 

	
 
{% if not forloop.last %}<hr>{% endif %}
 
{% endif %}
 
{% endfor %}
 

	
 
{% endblock %}
...
 
\ No newline at end of file