diff --git a/app/views/error_templates/index.html.slim b/app/views/error_templates/index.html.slim
index 1b028614..f44b3f67 100644
--- a/app/views/error_templates/index.html.slim
+++ b/app/views/error_templates/index.html.slim
@@ -7,7 +7,7 @@ h1 = ErrorTemplate.model_name.human(count: 2)
th = t('activerecord.attributes.error_template.name')
th = t('activerecord.attributes.error_template.description')
th = t('activerecord.attributes.exercise.execution_environment')
- th colspan=5 = t('shared.actions')
+ th colspan=3 = t('shared.actions')
tbody
- @error_templates.each do |error_template|
tr