changed logo
This commit is contained in:
@@ -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)
|
||||
|
||||
BIN
backend/core/static/img/risklet-logo.png
Normal file
BIN
backend/core/static/img/risklet-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 194 KiB |
Reference in New Issue
Block a user