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.jinja5
1 files changed, 3 insertions, 2 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 52280b2..33a99f4 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
@@ -20,7 +20,7 @@ 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" %}
-{% block title %}Load package{% endblock %}
+{% block title %} {{ _('web_ui.packages.load_from_disk.title') }} {% endblock %}
{% block main %}
<form method="POST" enctype="multipart/form-data">
<div>
@@ -29,7 +29,8 @@ in a proprietary work, I am not going to enforce this in court.
</label>
</div>
<div>
- <input id="packages_zipfile" name="packages_zipfile" type="file" required="">
+ <input id="packages_zipfile" name="packages_zipfile" type="file"
+ required="">
</div>
<div>
<button>Install packages</button>