diff --git a/opal/templates/base_templates/form_modal_base.html b/opal/templates/base_templates/form_modal_base.html index 5c4a9d5e1..ebd17d399 100644 --- a/opal/templates/base_templates/form_modal_base.html +++ b/opal/templates/base_templates/form_modal_base.html @@ -5,6 +5,7 @@ {% include column.get_form_template %} {% endblock form %} + {% include "partials/_item_created_updated_by.html" %} {% endblock %} {% block modal_save %} diff --git a/opal/templates/partials/_item_created_updated_by.html b/opal/templates/partials/_item_created_updated_by.html new file mode 100644 index 000000000..d609f5156 --- /dev/null +++ b/opal/templates/partials/_item_created_updated_by.html @@ -0,0 +1,16 @@ +
+

+ + + Created by + + [[ item.created | shortDate]] + + + + Last updated by + + [[ item.updated | shortDate]] + +

+