Add Decidim to portal
This commit is contained in:
parent
0209d4eb5b
commit
57092ead34
BIN
usr/share/vmmgr/static/img/decidim.png
Normal file
BIN
usr/share/vmmgr/static/img/decidim.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.7 KiB |
@ -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">
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user