mirror of
https://github.com/tjsga/scavenger-hunt-2021.git
synced 2025-04-21 11:30:18 -04:00
remove link
This commit is contained in:
parent
5cf5b3d2c8
commit
8808018c75
|
@ -44,7 +44,6 @@
|
||||||
<div id="c-{{ category.id }}" class='row'>
|
<div id="c-{{ category.id }}" class='row'>
|
||||||
{% for challenge, status in challenges.items %}
|
{% for challenge, status in challenges.items %}
|
||||||
{% if status.0.unblocked %}
|
{% if status.0.unblocked %}
|
||||||
<a href="challenge/{{ status.0.id }}" 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 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">
|
<div class="centered-div">
|
||||||
<h4>{{ status.0.name }}</h4>
|
<h4>{{ status.0.name }}</h4>
|
||||||
|
@ -68,7 +67,6 @@
|
||||||
<input type="submit" value="Submit" onclick="checkFlag({{ status.0.id }})" />
|
<input type="submit" value="Submit" onclick="checkFlag({{ status.0.id }})" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class='col-lg-3 col-md-4 col-sm-6 col-xs-12'>
|
<div class='col-lg-3 col-md-4 col-sm-6 col-xs-12'>
|
||||||
<div id="box{{ status.0.id }}" class="box locked p-3">
|
<div id="box{{ status.0.id }}" class="box locked p-3">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user