From 4dea9436f3678c9f5640001b0e5b66c582048498 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Thu, 20 May 2021 23:23:50 +0300 Subject: templates: edit_trait: Update edit btn to point to editing endpoint --- wqflask/wqflask/templates/edit_trait.html | 171 +++++++++++++++++++++++------- 1 file changed, 135 insertions(+), 36 deletions(-) diff --git a/wqflask/wqflask/templates/edit_trait.html b/wqflask/wqflask/templates/edit_trait.html index ae6bc0d5..e945e730 100644 --- a/wqflask/wqflask/templates/edit_trait.html +++ b/wqflask/wqflask/templates/edit_trait.html @@ -5,96 +5,195 @@ Edit Trait for Published Database Submit Trait | Reset +{% if publish_xref.comments %} +

Update History:

+ +{{ publish_xref.comments }} + +{% endif %} +

Trait Information:

- + -
- +
+
-
- +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
-
- +
+
-
- -
- + +
+
- -
- + +
+ +
+
+
+ +
+
-
- +
+
-
- +
+
-
- +
+
-
- +
+
- -
- + +
+
- -
- -
+ +
+
- +
+
+ + +
{%endblock%} {% block js %} - -- cgit v1.2.3