diff options
-rw-r--r-- | wqflask/wqflask/templates/case_attributes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/case_attributes.html b/wqflask/wqflask/templates/case_attributes.html index c71ca96f..d55dcf18 100644 --- a/wqflask/wqflask/templates/case_attributes.html +++ b/wqflask/wqflask/templates/case_attributes.html @@ -123,7 +123,9 @@ </tbody> </table> - <h2>Please Review This Changes</h2> + {% if modifications or inserts or deletions %} + <h2>Please Review These Changes</h2> + {% endif %} {% if modifications %} <h3>Modify Existing Case Attributes</h3> <table class="table table-responsive table-hover table-striped cell-border" id="table-modifications"> |