Skip to content
Snippets Groups Projects
Verified Commit 40d3206b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'master' of edugit.org:Teckids/BiscuIT/BiscuIT-ng

parents d2de3aac ae76a285
No related branches found
No related tags found
No related merge requests found
......@@ -24,17 +24,13 @@ TBA.
| App name | Purpose |
| ------------------------------------ | --------------------------------------------------- |
| [Alsijil][BiscuIT-App-Alsijil] | Class register and school records |
| [Cambro][BiscuIT-App-Cambro] | Rooms, room booking and seating |
| [Chronos][BiscuIT-App-Chronos] | Manage time tables |
| [Exlibris][BiscuIT-App-Exlibris] | BiscuIT library management |
| [ExNoMo][BiscuIT-App-ExNoMo] | Enter grades into SchILD-NRW (Externes Noten-Modul) | |
| [Kleykost][BiscuIT-App-Kleykost] | Digital bulletin board |
| [SchILD-NRW][BiscuIT-App-SchILD-NRW] | SchILD-NRW interaction |
| [Untis][BiscuIT-App-Untis] | Untis interaction |
[BiscuIT-App-Alsijil]: https://edugit.org/Teckids/BiscuIT/BiscuIT-App-Alsijil
[BiscuIT-App-Cambro]: https://edugit.org/Teckids/BiscuIT/BiscuIT-App-Cambro
[BiscuIT-App-Chronos]: https://edugit.org/Teckids/BiscuIT/BiscuIT-App-Chronos
[BiscuIT-App-Exlibris]: https://edugit.org/Teckids/BiscuIT/BiscuIT-App-Exlibris
[BiscuIT-App-ExNoMo]: https://edugit.org/Teckids/BiscuIT/BiscuIT-App-ExNoMo
[BiscuIT-App-Kleykost]: https://edugit.org/Teckids/BiscuIT/BiscuIT-App-Kleykost
[BiscuIT-App-SchILD-NRW]: https://edugit.org/Teckids/BiscuIT/BiscuIT-App-SchILD-NRW
[BiscuIT-App-Untis]: https://edugit.org/Teckids/BiscuIT/BiscuIT-App-Untis
{# -*- engine:django -*- #}
{% load static thumbnail %}
{% load static %}
{% get_static_prefix as static_prefix %}
{% with path="{{ static_prefix }}biscuit-logo.png" %}
<link rel="shortcut icon" type="image/png" href="{% thumbnail path 196x196 crop %}" />
<link rel="shortcut icon" sizes="196x196" href="{% thumbnail path 196x196 crop %}" />
<link rel="apple-touch-icon" href="{% thumbnail path 196x196 crop %}" />
{% endwith %}
<link rel="shortcut icon" type="image/png" href="{% static 'img/biscuit-logo.png' %}" />
<link rel="shortcut icon" sizes="196x196" href="{% static 'img/biscuit-logo.png' %}" />
<link rel="apple-touch-icon" href="{% static 'img/biscuit-logo.png' %}" />
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment