-
- {% set value = nested_value(obj, field_path) %}
- {% if is_nested_enum(obj, field_path) %}
-
-
-
- {% else %}
-
- {% endif %}
-
-
-
-
+ style="cursor: pointer;
+ float:right">
+
{% trans %}Edit{% endtrans %}
+
+ {% endmacro %}
+ {% macro edit(obj, field_path) %}
+
+
-
-
-{% endmacro %}
+
+
+ {% endmacro %}
diff --git a/amt/site/templates/projects/details_base.html.j2 b/amt/site/templates/projects/details_base.html.j2
index 0aac5194..c3eb6d80 100644
--- a/amt/site/templates/projects/details_base.html.j2
+++ b/amt/site/templates/projects/details_base.html.j2
@@ -1,4 +1,5 @@
{% extends 'layouts/base.html.j2' %}
+{% from "macros/editable.html.j2" import editable with context %}
{% block title %}{{ project.name }} | AMT{% endblock %}
{% block content %}
@@ -10,7 +11,7 @@