From 1ec381b34cd8ccc2c3f883e14763263b8551be03 Mon Sep 17 00:00:00 2001 From: topilski Date: Mon, 3 Jun 2019 10:45:46 -0400 Subject: [PATCH] Typo --- app/templates/service/activate.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/service/activate.html b/app/templates/service/activate.html index 375c34c..a9bb801 100644 --- a/app/templates/service/activate.html +++ b/app/templates/service/activate.html @@ -24,7 +24,7 @@ Activate service | {{ config['PUBLIC_CONFIG'].site.title }} - {{ form_field(form.submit, class="btn") }} + {{ form_field(form.submit, class="btn btn-success") }}
@@ -39,4 +39,4 @@ Activate service | {{ config['PUBLIC_CONFIG'].site.title }} {% block scripts %} {{ super() }} -{%- endblock %} \ No newline at end of file +{%- endblock %}