+
{{ form.submit() }}
diff --git a/application/dash/templates/edit_service.html b/application/dash/templates/edit_service.html
index 74a1e26..0ed5287 100644
--- a/application/dash/templates/edit_service.html
+++ b/application/dash/templates/edit_service.html
@@ -13,7 +13,13 @@ Edit service
{{ form.url.label }}
{{ form.url() }}
-
+
+ Upload an icon:
+
+
+ {{ form.image() }}
+
+
{{ form.submit(value="Edit") }}
diff --git a/application/static/style.css b/application/static/style.css
index 87e882e..37aa8f8 100644
--- a/application/static/style.css
+++ b/application/static/style.css
@@ -44,7 +44,7 @@ body {
font-size: 20px;
}
-.submit {
+.padding {
padding-top: 10px;
}