Move to src dir.
[edumed.git] / curriculum / templates / curriculum / competence_detail.html
diff --git a/curriculum/templates/curriculum/competence_detail.html b/curriculum/templates/curriculum/competence_detail.html
deleted file mode 100755 (executable)
index 20125ff..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "base_mil.html" %}
-
-{% block title %}{{ object }}{% endblock %}
-
-{% block body %}
-<h1>{{ object }}</h1>
-
-{% for cl in object.competencelevel_set.all %}
-    <h2>{{ cl }}</h2>
-    {{ cl.description|linebreaksbr }}
-{% endfor %}
-
-{% endblock %}