diff options
-rw-r--r-- | wqflask/wqflask/templates/edit_history.html | 2 |
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"> |