about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBonfaceKilz2022-05-20 10:05:58 +0300
committerBonfaceKilz2022-05-27 15:17:52 +0300
commit54ca73ac0edc2d92fafc1854f863acd3d61d3f37 (patch)
tree4ddc5ab7261d06e8f58f3588546550e16f5125c9
parent368dd574093e6d67b55e4224447395aabdd9e4dc (diff)
downloadgenenetwork2-54ca73ac0edc2d92fafc1854f863acd3d61d3f37.tar.gz
Remove unnecessary white space
-rw-r--r--wqflask/wqflask/templates/case_attributes.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/wqflask/wqflask/templates/case_attributes.html b/wqflask/wqflask/templates/case_attributes.html
index 4eaf5454..32b698fc 100644
--- a/wqflask/wqflask/templates/case_attributes.html
+++ b/wqflask/wqflask/templates/case_attributes.html
@@ -141,13 +141,13 @@
 		    <td>
 			{% if data.get("name")%}
 			<b>Name:</b><br/>
-			<small>Original: </small> {{ data["name"].get("Original") }}<br/>
+			<small>Original: </small>{{ data["name"].get("Original") }}<br/>
 			<small>Current: </small>{{ data["name"].get("Current") }} <br/>
 			<small>Diff:</small><br/>
 			<pre>{{data["name"].get("Diff")}}</pre>
 			{% elif data.get("description")%}
 			<b>Description:</b><br/>
-			<small>Original: </small> {{ data["description"].get("Original") }}<br/>
+			<small>Original: </small>{{ data["description"].get("Original") }}<br/>
 			<small>Current: </small>{{ data["description"].get("Current") }} <br/>
 			<small>Diff:</small><br/>
 			<pre>{{data["description"].get("Diff")}}</pre>
@@ -188,9 +188,9 @@
 		{% set reject_url = "" %}
                 {% set approve_url = "" %}
                 <tr data-id="{{data.get('id')}}">
-		    <td> {{data.get("name")}} </td>
+		    <td>{{data.get("name")}}</td>
                     <td>{{ data.get('author') }}</td>
-		    <td> {{data.get("description")}} </td>
+		    <td>{{data.get("description")}}</td>
 		    <td>
 			<button type="button"
 				      class="btn btn-secondary btn-sm">