diff --git a/controllers/total/templates/total.pug b/controllers/total/templates/total.pug
index 75e0f72..e588905 100644
--- a/controllers/total/templates/total.pug
+++ b/controllers/total/templates/total.pug
@@ -20,6 +20,11 @@ block content
.col-2
#result
+ p.
+ If you think there is a mistake in this table, feel free to
+ send me a mail
+ exaplaining what are the problem so I can fix it. Thanks!
+
block extracss
style.
.center {
diff --git a/controllers/total/templates/totalTable.pug b/controllers/total/templates/totalTable.pug
index 1d46275..6c47eba 100644
--- a/controllers/total/templates/totalTable.pug
+++ b/controllers/total/templates/totalTable.pug
@@ -22,7 +22,3 @@ table.table.table-bordered.table-striped.table-hover
td
strong #{total.tdEquivalent}
-p.
- If you think there is a mistake in this table, feel free to
- open an issue
- exaplaining what are the problem so we can fix it. Thanks!
diff --git a/controllers/total/templates/totalTableByCourse.pug b/controllers/total/templates/totalTableByCourse.pug
index c109b9d..bb968e1 100644
--- a/controllers/total/templates/totalTableByCourse.pug
+++ b/controllers/total/templates/totalTableByCourse.pug
@@ -32,8 +32,3 @@ table.table.table-bordered.table-striped.table-hover
td
strong #{total.totalTdEquivalent}
-p.
- If you think there is a mistake in this table, feel free to
- send me a mail
- exaplaining what are the problem so I can fix it. Thanks!
-