changed logo

This commit is contained in:
2025-07-14 16:02:01 +02:00
parent adaffa0b2e
commit 9e7fb7c8a0
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ def render_universal_segment(segment, context_data):
if segment_type == 'organization':
rendered.append(
f'<div class="front-page">'
f'<img src="path/to/your/logo.png" alt="Risklet Logo" class="logo">'
f'<img src="/static/img/risklet-logo.png" alt="Risklet Logo" class="logo">'
f'<h1>Cyber Risk Assessment Report</h1>'
f'<p>Comprehensive Evaluation and Strategic Recommendations for Enhanced Cybersecurity Posture</p>'
f'<div class="prepared-by">'
@@ -42,7 +42,7 @@ def render_universal_segment(segment, context_data):
elif segment_type == 'disclaimer':
rendered.append(
f'<div class="disclaimer-page">'
f'<img src="path/to/your/logo.png" alt="Risklet Logo" class="logo">'
f'<img src="/static/img/risklet-logo.png" alt="Risklet Logo" class="logo">'
)
for item in content:
subtitle = Template(item.get('subtitle', '')).render(context)

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB