Add Raffle links to dashboard
This commit is contained in:
parent
f39c2c8a2c
commit
30e8d95811
1 changed files with 8 additions and 0 deletions
|
@ -110,6 +110,14 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="col-md-6 my-3 d-flex flex-column">
|
||||
<h4>Raffle Tickets</h4>
|
||||
|
||||
<p><a href="/raffle/tickets/">View my raffle tickets</a></p>
|
||||
{# REMOVE HARDCODED CATEGORY NUMBER!!!! #}
|
||||
<p><a href="/tickets/category/8">Buy raffle tickets</a></p>
|
||||
</div>
|
||||
|
||||
{% available_credit as credit %}
|
||||
{% if credit %}
|
||||
<div class="col-md-6 my-3 text-primary d-flex flex-column">
|
||||
|
|
Loading…
Reference in a new issue