Remove Sigmah
This commit is contained in:
parent
ff9a12af65
commit
71604f26b6
Binary file not shown.
Before Width: | Height: | Size: 32 KiB |
@ -272,18 +272,6 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if 'sigmah' in visible_apps %}
|
|
||||||
{% set app = apps['sigmah'] %}
|
|
||||||
<div class="portal-box">
|
|
||||||
<h2><a href="https://{{ app['host'] }}.{{ host }}/sigmah/"><img src="static/img/Sigmah.png" alt="Sigmah" title="Sigmah">Sigmah</a></h2>
|
|
||||||
<p>Rozpočtování získávání finančních prostředků.</p>
|
|
||||||
<ul>
|
|
||||||
<li><strong>Login:</strong> <span class="login">{{ app['login'] }}</span></li>
|
|
||||||
<li><strong>Heslo:</strong> <span class="password">{{ app['password'] }}</span></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if 'motech' in visible_apps %}
|
{% if 'motech' in visible_apps %}
|
||||||
{% set app = apps['motech'] %}
|
{% set app = apps['motech'] %}
|
||||||
<div class="portal-box">
|
<div class="portal-box">
|
||||||
|
@ -103,14 +103,6 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if 'sigmah' in visible_apps %}
|
|
||||||
{% set app = apps['sigmah'] %}
|
|
||||||
<div class="portal-box">
|
|
||||||
<h2><a href="https://{{ app['host'] }}.{{ host }}/sigmah/">Finanční řízení sbírek</a></h2>
|
|
||||||
<p>Rozpočtování získávání finančních prostředků.</p>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if 'motech' in visible_apps %}
|
{% if 'motech' in visible_apps %}
|
||||||
{% set app = apps['motech'] %}
|
{% set app = apps['motech'] %}
|
||||||
<div class="portal-box">
|
<div class="portal-box">
|
||||||
|
Loading…
Reference in New Issue
Block a user