From c748ec0b5aabd4f030e4d5324fc978e45f4b4a9c Mon Sep 17 00:00:00 2001 From: luissian Date: Sun, 29 Sep 2024 18:02:50 +0200 Subject: [PATCH] Solved issue #323 Incorrect type of button to modify protocol fields --- wetlab/templates/wetlab/display_protocol.html | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/wetlab/templates/wetlab/display_protocol.html b/wetlab/templates/wetlab/display_protocol.html index 3de0ea8e8..eb46bfd37 100644 --- a/wetlab/templates/wetlab/display_protocol.html +++ b/wetlab/templates/wetlab/display_protocol.html @@ -1,4 +1,5 @@ {% extends "core/base.html" %} +{% load static %} {% block content %} {% include "wetlab/menu.html" %}
@@ -8,7 +9,7 @@
-

Invalid definition

+

Invalid definition

{{error_message}}

@@ -17,9 +18,9 @@

{{error_message}}

{% endif %} {% if protocol_data %} -
+
-

These are the parameters defined for {{protocol_data.protocol_name}} Protocol

+

Parameters defined for {{protocol_data.protocol_name}} Protocol

{{protocol_data.protocol_name}}

@@ -42,15 +43,12 @@

These are the parameters defined for {{protocol_data.protocol_name}} Protoco {% endfor %} -

- +
+
- -
- -
- +
+ {% endif %} {% if kit_data %}