aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/gnqa_errors.html
blob: 34d0121f51ac4565c9afe43f2284dafa6d34991f (plain)
1
2
3
4
5
6
7
8
9
10
11
<section class="container-fluid row">
  <div class="col-sm-6 col-sm-offset-3 error-container">
    <span><b>Search_Query:</b> <b><mark>{{ query }} </mark></b></span>
    <br/>
    <span><b>Status_Code:</b> <b><mark>{{ status_code }}</mark></b></span>
    <br/>
    <span><b>Error/Reason:</b>  <b><mark>{{ error }}</mark></b></span>
    <br/>
  </div>
</section>