about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2022-08-08 11:34:34 +0300
committerBonfaceKilz2022-08-09 08:28:08 +0300
commit9216e88a8e7af186e6236ea63c74e951f769f2cd (patch)
treef1f1f4bcd6d6f28133c5163b4b60b4525efc9735
parent523987604a3a2861864922630360bb4f387cfbbe (diff)
downloadgenenetwork2-9216e88a8e7af186e6236ea63c74e951f769f2cd.tar.gz
Update h1 title of history page
ATM, we don't show the name of the phenotype whose history we are
changing.  That may be updated in a future commit.

* wqflask/wqflask/templates/edit_history.html: Reword h1 and remove
"{{}}" which results in a jinja error.
-rw-r--r--wqflask/wqflask/templates/edit_history.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/edit_history.html b/wqflask/wqflask/templates/edit_history.html
index f181fd87..7538324b 100644
--- a/wqflask/wqflask/templates/edit_history.html
+++ b/wqflask/wqflask/templates/edit_history.html
@@ -9,7 +9,7 @@
 <!-- Start of body -->
 <div class="container">
 
-    <h1>Edit history: {{}}</h1>
+    <h1>History</h1>
     {% if diff %}
     <div class="row">
 	<table id="history" class="table-responsive table-hover table-striped cell-border">