summaryrefslogtreecommitdiff
path: root/web/kbn_templates/inverter.j2
diff options
context:
space:
mode:
Diffstat (limited to 'web/kbn_templates/inverter.j2')
-rw-r--r--web/kbn_templates/inverter.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kbn_templates/inverter.j2 b/web/kbn_templates/inverter.j2
index e84bffc..086a047 100644
--- a/web/kbn_templates/inverter.j2
+++ b/web/kbn_templates/inverter.j2
@@ -9,7 +9,7 @@
</div>
<div class="pt-3">
- <a href="/inverter.cgi?do=set-osp&amp;value={{ 'sub' if rated.output_source_priority == 'Solar-Battery-Utility' else 'sbu' }}">
+ <a href="inverter.cgi?do=set-osp&amp;value={{ 'sub' if rated.output_source_priority == 'Solar-Battery-Utility' else 'sbu' }}">
<button type="button" class="btn btn-primary">{{ "inverter_switch_to"|lang }} <b>{{ 'Solar-Utility-Battery' if rated.output_source_priority == 'Solar-Battery-Utility' else 'Solar-Battery-Utility' }}</b></button>
</a>
</div>