diff --git a/app/frontend/static/assets/images/Crafty_4-0.png b/app/frontend/static/assets/images/Crafty_4-0.png
new file mode 100644
index 00000000..d873eedc
Binary files /dev/null and b/app/frontend/static/assets/images/Crafty_4-0.png differ
diff --git a/app/frontend/templates/base.html b/app/frontend/templates/base.html
index 4133dfac..f13fc2f4 100755
--- a/app/frontend/templates/base.html
+++ b/app/frontend/templates/base.html
@@ -15,9 +15,14 @@
+ href="https://cdn.datatables.net/v/bs4/dt-1.10.22/fh-3.1.7/r-2.2.6/sc-2.0.3/sp-1.2.2/datatables.min.css" />
+
+
+
+
+
@@ -72,7 +77,7 @@
{% include notify.html %}
@@ -163,7 +168,7 @@
+ src="https://cdn.datatables.net/v/bs4/dt-1.10.22/fh-3.1.7/r-2.2.6/sc-2.0.3/sp-1.2.2/datatables.min.js">
@@ -191,7 +196,7 @@
$.extend($.fn.dataTable.defaults, {
// {{ '\nlanguage:' }} {% raw translate('datatables', 'i18n', data['lang']) %}
- })
+ })
//used to get cookies from browser - this is part of tornados xsrf protection - it's for extra security
function getCookie(name) {
@@ -525,4 +530,4 @@