diff --git a/epdb/templatetags/templatetags.py b/epdb/templatetags/envipytags.py similarity index 100% rename from epdb/templatetags/templatetags.py rename to epdb/templatetags/envipytags.py diff --git a/templates/objects/model.html b/templates/objects/model.html index 9ae4e523..558f7aa8 100644 --- a/templates/objects/model.html +++ b/templates/objects/model.html @@ -1,163 +1,264 @@ {% extends "framework.html" %} {% load static %} +{% load envipytags %} {% block content %} - {% block action_modals %} - {% include "modals/objects/edit_model_modal.html" %} - {% include "modals/objects/evaluate_model_modal.html" %} - {% include "modals/objects/retrain_model_modal.html" %} - {% include "modals/objects/generic_delete_modal.html" %} - {% endblock action_modals %} + {% block action_modals %} + {% include "modals/objects/edit_model_modal.html" %} + {% include "modals/objects/evaluate_model_modal.html" %} + {% include "modals/objects/retrain_model_modal.html" %} + {% include "modals/objects/generic_delete_modal.html" %} + {% endblock action_modals %} - - - - + + + + -
{{ model.description|safe }}
+{{ model.description|safe }}
+