diff options
Diffstat (limited to 'qc_app/templates/insert_success.html')
-rw-r--r-- | qc_app/templates/insert_success.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/qc_app/templates/insert_success.html b/qc_app/templates/insert_success.html index 4406c66..7e1fa8d 100644 --- a/qc_app/templates/insert_success.html +++ b/qc_app/templates/insert_success.html @@ -6,10 +6,14 @@ {%block contents%} <h1 class="heading">Insertion Success</h1> +<div class="row"> <p>Data inserted successfully!</p> <p>The following queries were run:</p> +</div> -{{stdout_output(job)}} +<div class="row"> + {{stdout_output(job)}} +</div> {%endblock%} |