remove token, remove 2018 from menu and add 2020
This commit is contained in:
parent
d5019d8082
commit
81fd6b30e5
|
@ -12,8 +12,6 @@
|
|||
|
||||
<title>{% block title %}BornHack{% endblock %}</title>
|
||||
|
||||
<!-- BornHack 2019 token NgdTFzRJjoTfdCArcLcEoZGrxHZmrBbR -->
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
|
||||
|
||||
|
@ -67,8 +65,8 @@
|
|||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Camps<span class="caret"></span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="{% url 'camp_detail' camp_slug='bornhack-2020' %}">BornHack 2020</a></li>
|
||||
<li><a href="{% url 'camp_detail' camp_slug='bornhack-2019' %}">BornHack 2019</a></li>
|
||||
<li><a href="{% url 'camp_detail' camp_slug='bornhack-2018' %}">BornHack 2018</a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
<li><a href="{% url 'camp_list' %}">Camp List</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue