Add Decidim to portal

This commit is contained in:
Disassembler 2020-04-04 15:43:56 +02:00
parent 0209d4eb5b
commit 57092ead34
No known key found for this signature in database
GPG Key ID: 524BD33A0EE29499
3 changed files with 18 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -333,6 +333,18 @@
</div>
{% endif %}
{% if 'decidim' in visible_apps %}
{% set app = apps['decidim'] %}
<div class="portal-box">
<h2><a href="https://decidim.{{ host }}"><img src="static/img/decidim.png" alt="Decidim" title="Decidim">Decidim</a></h2>
<p>Rozhodování pomocí participačního procesu.</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 false %}
{% set app = apps['diaspora'] %}
<div class="portal-box">

View File

@ -119,6 +119,12 @@
<p>Sada aplikací pro správu organizace.</p>
</div>
{% endif %}
{% if 'odoo' in visible_apps %}
<div class="portal-box">
<h2><a href="https://decidim.{{ host }}/">Rozhodování</a></h2>
<p>Rozhodování pomocí participačního procesu.</p>
</div>
{% endif %}
<div class="portal-box">
<h2><a href="http://spotter.ngo"><img src="static/img/Cluster_Spotter.png" alt="Cluster Spotter" title="Cluster Spotter">Cluster Spotter</a></h2>