mirror of
https://github.com/tjsga/scavenger-hunt-2021.git
synced 2025-04-03 19:30:16 -04:00
fix: href issue for challenges
This commit is contained in:
parent
e56e0e37cc
commit
d032b2d493
|
@ -44,7 +44,7 @@
|
|||
<div id="c-{{ category.id }}" class='row'>
|
||||
{% for challenge, status in challenges.items %}
|
||||
{% if status.0.unblocked %}
|
||||
<a href="#" class='col-lg-3 col-md-4 col-sm-6 col-xs-12'>
|
||||
<a class='col-lg-3 col-md-4 col-sm-6 col-xs-12'>
|
||||
<div id="box{{ status.0.id }}" class="box {% if status.1 == 'available' %}available{% elif status.1 == 'completed' %}completed{% else %}locked{% endif %} p-3">
|
||||
<div class="centered-div">
|
||||
<h4>{{ status.0.name }}</h4>
|
||||
|
@ -87,4 +87,4 @@
|
|||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user