aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/packages__load_from_disk.html.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/packages__load_from_disk.html.jinja')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/packages__load_from_disk.html.jinja8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/packages__load_from_disk.html.jinja b/src/hydrilla/proxy/web_ui/templates/packages__load_from_disk.html.jinja
index 33a99f4..0eb5149 100644
--- a/src/hydrilla/proxy/web_ui/templates/packages__load_from_disk.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/packages__load_from_disk.html.jinja
@@ -19,13 +19,13 @@ I, Wojtek Kosior, thereby promise not to sue for violation of this
file's licenses. Although I request that you do not make use this code
in a proprietary work, I am not going to enforce this in court.
#}
-{% extends "base.html.jinja" %}
+{%- extends "base.html.jinja" %}
{% block title %} {{ _('web_ui.packages.load_from_disk.title') }} {% endblock %}
{% block main %}
<form method="POST" enctype="multipart/form-data">
<div>
<label for="packages_zipfile">
- Select a ZIP file with packages&apos; &quot;malcontent&quot; directory.
+ {{ _('web_ui.packages.load_from_disk.select_malcontent_zipfile') }}
</label>
</div>
<div>
@@ -33,7 +33,7 @@ in a proprietary work, I am not going to enforce this in court.
required="">
</div>
<div>
- <button>Install packages</button>
+ <button>{{ _('web_ui.packages.load_from_disk.install_button') }}</button>
</div>
</form>
-{% endblock %}
+{%- endblock %}