indoor pin and cteward integration
This commit is contained in:
parent
0c7b3b9d62
commit
ac372412fd
13 changed files with 224 additions and 32 deletions
|
|
@ -26,7 +26,7 @@
|
|||
</li>
|
||||
{% url account.views.clabpin as clab_url %}
|
||||
<li class="{% if request.path == clab_url %}active{% endif %}">
|
||||
<a href="{{ clab_url }}">{% trans "c-lab-PIN" %}</a>
|
||||
<a href="{{ clab_url }}">{% trans "Indoor-PIN" %}</a>
|
||||
</li>
|
||||
{% url account.views.nrf24 as nrf24_url %}
|
||||
<li class="{% if request.path == nrf24_url %}active{% endif %}">
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
|
||||
<hr />
|
||||
<div class="row pull-right">
|
||||
<small class="muted">Copyright © 2013 by c-base e.V.</small>
|
||||
<small class="muted">Copyright © 2015 by c-base e.V.</small>
|
||||
</div>
|
||||
</div><!-- /.container -->
|
||||
{% endblock body %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue