diff --git a/apis_core/templates/apis_templates/_ajax_form.html b/apis_core/templates/apis_templates/_ajax_form.html
deleted file mode 100644
index f22b493f2..000000000
--- a/apis_core/templates/apis_templates/_ajax_form.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
diff --git a/apis_core/templates/apis_templates/_ajax_form_generic.html b/apis_core/templates/apis_templates/_ajax_form_generic.html
deleted file mode 100644
index 6d688b580..000000000
--- a/apis_core/templates/apis_templates/_ajax_form_generic.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
diff --git a/apis_core/templates/apis_templates/autocomplete/AddRelation.html b/apis_core/templates/apis_templates/autocomplete/AddRelation.html
deleted file mode 100644
index 636c95a8c..000000000
--- a/apis_core/templates/apis_templates/autocomplete/AddRelation.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% load apis_helpers %}
-
- {% for choice in choices %}
- {% with choice|content_type as ctype %}
-
- {{ ctype }}: {{ choice }}
-
- {% endwith %}
- {% endfor %}
-
diff --git a/apis_core/templates/apis_templates/autocomplete/Ort.html b/apis_core/templates/apis_templates/autocomplete/Ort.html
deleted file mode 100644
index 75904f3c9..000000000
--- a/apis_core/templates/apis_templates/autocomplete/Ort.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
- {% for choice in choices %}
-
- {{ choice.name }} ({{ choice.score }})
-
- {% if choice.descr %}: {{ choice.descr|safe }}{% endif %}
-
-
- {% endfor %}
-
diff --git a/apis_core/templates/apis_templates/autocomplete/openskos.html b/apis_core/templates/apis_templates/autocomplete/openskos.html
deleted file mode 100644
index 811cd1f5c..000000000
--- a/apis_core/templates/apis_templates/autocomplete/openskos.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
- {% autoescape on %}
- {% for choice in choices %}
-
- {{ choice.name|safe }}
-
- {% if choice.score %}({{ choice.score }}){% endif %}
-
- {% if choice.descr %}: {{ choice.descr|safe }}{% endif %}
-
-
- {% endfor %}
- {% endautoescape %}
-
diff --git a/apis_core/templates/apis_templates/autocomplete/stanbol.html b/apis_core/templates/apis_templates/autocomplete/stanbol.html
deleted file mode 100644
index f4decc9d2..000000000
--- a/apis_core/templates/apis_templates/autocomplete/stanbol.html
+++ /dev/null
@@ -1,52 +0,0 @@
-
- {% for choice in choices %}
-
-
- {{ choice.name }} {{ choice.source }}
-
- {% if choice.score %} [{{ choice.score }}]{% endif %}
-
- {% if choice.dateOfBirth %}
-
- ({{ choice.dateOfBirth|date:'d. F Y' }}
-
- {% if choice.dateOfDeath %}-{{ choice.dateOfDeath|date:'d. F Y' }}{% endif %}
-
- )
- {% endif %}
-
- {% if choice.descr %}: {{ choice.descr|safe }}{% endif %}
-
-
-
- {% if choice.lat %}
-
- {% endif %}
-
- {% endfor %}
-
diff --git a/apis_core/templates/apis_templates/autocomplete/vocabs_base.html b/apis_core/templates/apis_templates/autocomplete/vocabs_base.html
deleted file mode 100644
index c49c162de..000000000
--- a/apis_core/templates/apis_templates/autocomplete/vocabs_base.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
- {% autoescape on %}
- {% for choice in choices %}
-
- {{ choice.name|safe }}
-
- {% if choice.score %}({{ choice.score }}){% endif %}
-
- {% if choice.descr %}: {{ choice.descr|safe }}{% endif %}
-
-
- {% endfor %}
- {% endautoescape %}
-
diff --git a/apis_core/templates/apis_templates/autocomplete/vocabs_base2.html b/apis_core/templates/apis_templates/autocomplete/vocabs_base2.html
deleted file mode 100644
index 76c2be805..000000000
--- a/apis_core/templates/apis_templates/autocomplete/vocabs_base2.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
- {% autoescape on %}
- {% for choice in choices %}
- {{ choice.label }}
-
- {% if choice.description %}
-
- {% endif %}
-
- {% endfor %}
- {% endautoescape %}
-
diff --git a/apis_core/templates/apis_templates/registration/registration_closed.html b/apis_core/templates/apis_templates/registration/registration_closed.html
deleted file mode 100644
index 0535247ca..000000000
--- a/apis_core/templates/apis_templates/registration/registration_closed.html
+++ /dev/null
@@ -1,32 +0,0 @@
-{% extends basetemplate %}
-
-{% block content %}
-
-
-
-
-
-
- Registration is closed. In order to ge an user account please email to Matthias Schlögl
-
-
-
-
-
-
-
-
-
-
-{% endblock %}
diff --git a/apis_core/templates/apis_templates/registration/registration_form.html b/apis_core/templates/apis_templates/registration/registration_form.html
deleted file mode 100644
index 240f9195f..000000000
--- a/apis_core/templates/apis_templates/registration/registration_form.html
+++ /dev/null
@@ -1,42 +0,0 @@
-{% extends basetemplate %}
-
-{% block content %}
-
-{% endblock %}