Anet
4 years ago
3 changed files with 170 additions and 56 deletions
@ -0,0 +1,86 @@ |
|||||
|
{% extends "base.html" %} |
||||
|
|
||||
|
{% block content %} |
||||
|
<h2><strong>Informace, komunikace</strong></h2> |
||||
|
|
||||
|
<ul> |
||||
|
<li><strong><a href="https://wiki.mam.bezva.org/">wiki</a> </strong>obsahuje různé návody a know-how</li> |
||||
|
<li><strong><a href="https://riot.im/app/#/room/#orgovna:dolujeme.eu">Riot</a> </strong>chatování s dalšími orgy</li> |
||||
|
<li><strong>Kanboard </strong>správa TODO |
||||
|
<ul> |
||||
|
<li><a href="https://kanboard.ledoian.cz/?controller=BoardViewController&action=show&project_id=10">webařský</a></li> |
||||
|
<li>soustředění</li> |
||||
|
</ul> |
||||
|
</li> |
||||
|
<li><a href="https://mam.mff.cuni.cz/admin/seminar/novinky/add/"><strong>přidat novinku</strong></a> na web</li> |
||||
|
</ul> |
||||
|
|
||||
|
<hr /> |
||||
|
<h2><strong>Tvorba čísla</strong></h2> |
||||
|
|
||||
|
<ul> |
||||
|
<li><a href="https://mam.mff.cuni.cz/admin/seminar/problemnavrh/add/"><strong>přidat téma</strong></a></li> |
||||
|
<li><strong>korektury</strong> |
||||
|
<ul> |
||||
|
<li><a href="https://mam.mff.cuni.cz/korektury/">korekturování</a></li> |
||||
|
<li><a href="https://mam.mff.cuni.cz/admin/korektury/korekturovanepdf/add/">přidat pdf k opravám</a></li> |
||||
|
</ul> |
||||
|
</li> |
||||
|
<li><a href='{{ posledni_cislo_url }}'><strong>poslední vydané číslo </strong></a></li> |
||||
|
</ul> |
||||
|
<hr /> |
||||
|
|
||||
|
<h2><strong>Moje problémy</strong></h2> |
||||
|
|
||||
|
<h3> Témata </h3> |
||||
|
<ul> |
||||
|
{% for t in temata %} |
||||
|
<li> {{ t }} </li> |
||||
|
{% endfor %} |
||||
|
</ul> |
||||
|
|
||||
|
<h3> Úlohy </h3> |
||||
|
<ul> |
||||
|
{% for u in ulohy %} |
||||
|
<li> {{ u }} </li> |
||||
|
{% endfor %} |
||||
|
</ul> |
||||
|
|
||||
|
<h3> Články </h3> |
||||
|
<ul> |
||||
|
{% for c in clanky %} |
||||
|
<li> {{ c }} </li> |
||||
|
{% endfor %} |
||||
|
</ul> |
||||
|
|
||||
|
<hr /> |
||||
|
<h2><strong>Soustředění</strong></h2> |
||||
|
|
||||
|
<ul> |
||||
|
<li><strong>přednášky</strong> |
||||
|
|
||||
|
<ul> |
||||
|
<li><a href="https://mam.mff.cuni.cz/admin/prednasky/prednaska/">vypisování přednášek</a></li> |
||||
|
<li>hlasování o přednáškách</li> |
||||
|
</ul> |
||||
|
</li> |
||||
|
<li><a href="https://mam.mff.cuni.cz/soustredeni/probehlo/">proběhlá soustředění</a> |
||||
|
<ul> |
||||
|
<li>vytvoření galerie</li> |
||||
|
<li>stažení seznamu účastníků</li> |
||||
|
<li>obálky</li> |
||||
|
</ul> |
||||
|
</li> |
||||
|
</ul> |
||||
|
|
||||
|
<hr /> |
||||
|
<h2><strong>Můj profil</strong></h2> |
||||
|
|
||||
|
<ul> |
||||
|
<li><a href="http://127.0.0.1:8000/admin/seminar/organizator/{{ organizator.id }}/change/"><strong>upravit </strong></a></li> |
||||
|
</ul> |
||||
|
|
||||
|
<hr /> |
||||
|
<p>Nemůžeš najít, co hledáš? Může to být v <a href="https://mam.mff.cuni.cz/admin/">administračním rozhraní webu</a>.</p> |
||||
|
{% endblock content %} |
||||
|
|
Loading…
Reference in new issue