Solved variable refence bugs

This commit is contained in:
Kevin Veen-Birkenbach 2025-06-20 09:51:58 +02:00
parent 0114b30824
commit 0ca33139b8
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
6 changed files with 11 additions and 7 deletions

View File

@ -2,7 +2,7 @@
defaults_service_provider:
type: "legal" # Accepted Values: natural, legal
company:
titel: "CyMaIS GbR"
titel: "CyMaIS by Kevin Veen-Birkenbach"
slogan: "CyMaIS — Empowering a Sovereign Digital Future."
address:
street: "Binary Avenue 01"

View File

@ -114,5 +114,8 @@ class LookupModule(LookupBase):
cards.append(card)
# Sort A-Z
cards.sort(key=lambda c: c['title'].lower())
# Return the list of cards
return [cards]

View File

@ -46,6 +46,7 @@
portfolio_cards: "{{ portfolio_cards }}"
portfolio_menu_categories: "{{ portfolio_menu_categories}}"
portfolio_menu_data: "{{ portfolio_menu_data }}"
service_provider: "{{ service_provider }}"
when:
- enable_debug | bool
- run_once_docker_portfolio is not defined

View File

@ -93,7 +93,7 @@ platform:
source: {{service_provider.platform.favicon}}
company:
titel: {{service_provider.company.titel}}
subtitel: {{service_provider.company.subtitel}}
subtitel: {{service_provider.company.slogan}}
logo:
source: {{service_provider.company.logo}}
address:

View File

@ -11,7 +11,7 @@
<h2>Information in accordance with § 5 TMG</h2>
<p>
<strong>{{ service_provider.company.titel }}</strong><br>
{{ service_provider.company.subtitel }}<br>
{{ service_provider.company.slogan }}<br>
<br>
<strong>Address:</strong><br>
{{ service_provider.company.address.street }}<br>

View File

@ -35,7 +35,7 @@
{{
defaults_applications |
canonical_domains_map(primary_domain) |
combine(domains | default({}, true), recursive=True)
combine(current_play_domains, recursive=True)
}}
- name: Merge redirect_domain_mappings