remove unneeded faqs

This commit is contained in:
Tobias Brunner 2025-07-23 11:48:10 +02:00
parent 4f8fb0a448
commit c1ed95eff5
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ
2 changed files with 2 additions and 8 deletions

View file

@ -115,7 +115,7 @@ document.addEventListener('DOMContentLoaded', function() {
<button type="button" class="btn btn-sm btn-outline-success me-1" onclick="exportToCSV()">
<i class="bi bi-file-csv"></i> CSV
</button>
<button type="button" class="btn btn-sm btn-outline-secondary me-1" onclick="resetCalculator()">
<button type="button" class="btn btn-sm btn-outline me-1" onclick="resetCalculator()">
<i class="bi bi-arrow-clockwise"></i> Reset
</button>
<button type="button" class="btn btn-sm btn-danger" onclick="logout()">
@ -177,7 +177,7 @@ document.addEventListener('DOMContentLoaded', function() {
<button class="btn btn-outline-info btn-sm" type="button" onclick="toggleAdvancedControls()" id="advancedToggleBtn">
<i class="bi bi-gear"></i> Advanced
</button>
<a href="{% url 'services:roi_calculator_help' %}" class="btn btn-outline-secondary btn-sm" target="_blank">
<a href="{% url 'services:roi_calculator_help' %}" class="btn btn-outline btn-sm" target="_blank">
<i class="bi bi-question-circle"></i> Help
</a>
</div>

View file

@ -419,12 +419,6 @@ html {
<h4>What is the Performance Multiplier?</h4>
<p>The Performance Multiplier is an automatically calculated metric showing how your actual results compare to baseline expectations. For example, 1.5x means you're performing 50% better than the baseline scenario. <strong>This cannot be manually configured</strong> - it's calculated based on your investment scaling factors.</p>
<h4>Do I need to choose between models?</h4>
<p>No! The calculator now shows both models simultaneously, so you can compare them in real-time. You can see exactly how each model performs under different scenarios without switching between them.</p>
<h4>Can I change my investment model after starting?</h4>
<p>Model changes require mutual agreement and may involve restructuring. Generally evaluated at renewal periods.</p>
<h4>What happens during the grace period?</h4>
<p>You keep 100% of revenue during this period. Grace periods are longer for larger investments (6-12 months).</p>