diff --git a/base/templates/base/action_type/action_type.html b/base/templates/base/action_type/action_type.html
index 382540257..c818c40f6 100644
--- a/base/templates/base/action_type/action_type.html
+++ b/base/templates/base/action_type/action_type.html
@@ -17,7 +17,9 @@
{% endif %}
{% if action_types %}
- {% include 'base/action_type/action_type_view.html' %}
+
+ {% include 'base/action_type/action_type_view.html' %}
+
{% else %}
diff --git a/base/templates/base/action_type/action_type_form.html b/base/templates/base/action_type/action_type_form.html
index eb1033466..7bdc5c4a1 100644
--- a/base/templates/base/action_type/action_type_form.html
+++ b/base/templates/base/action_type/action_type_form.html
@@ -1,4 +1,9 @@
{% load i18n %}
+{% if messages and not hx_vals %}
+
+
+{% endif %}
{% if act_id %}
diff --git a/base/templates/base/action_type/action_type_view.html b/base/templates/base/action_type/action_type_view.html
index 6b557ac6a..a57acd751 100644
--- a/base/templates/base/action_type/action_type_view.html
+++ b/base/templates/base/action_type/action_type_view.html
@@ -29,14 +29,14 @@
{% if perms.employee.change_actiontype %}
+ class="oh-btn oh-btn--light-bkg w-100" title="{% trans 'Edit' %}">
{% endif %}
{% if perms.employee.delete_actiontype %}
- {% if perms.employee.delete_employeetag or perms.employee.delete_employeetag %}
+ {% if perms.employee.change_employeetag or perms.employee.delete_employeetag %}