diff options
Diffstat (limited to 'web/kbn_templates/pump.j2')
-rw-r--r-- | web/kbn_templates/pump.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kbn_templates/pump.j2 b/web/kbn_templates/pump.j2 index 40836ca..aab5b1a 100644 --- a/web/kbn_templates/pump.j2 +++ b/web/kbn_templates/pump.j2 @@ -3,7 +3,7 @@ {% block content %} {{ breadcrumbs([{'text': 'pump'|lang}]) }} -<form action="/pump.cgi" method="get"> +<form action="pump.cgi" method="get"> <input type="hidden" name="set" value="{{ 'off' if status == 'on' else 'on' }}" /> {{ "pump_now_is"|lang }} {% if status == 'on' %} |