smartinezbragado commited on
Commit
7544966
1 Parent(s): e349f36

Update templates/success.html

Browse files
Files changed (1) hide show
  1. templates/success.html +9 -0
templates/success.html CHANGED
@@ -12,13 +12,22 @@
12
 
13
  <div class="container">
14
  <h3>Topics</h3>
 
15
  <div>
16
  {% for t in topics %}
17
  {{titles[loop.index]}}
18
  {{ t|safe }}
19
  {% endfor %}
20
  </div>
 
21
  <h3>Documents</h3>
 
 
 
 
 
 
 
22
  </div>
23
 
24
  <script
 
12
 
13
  <div class="container">
14
  <h3>Topics</h3>
15
+ <br>
16
  <div>
17
  {% for t in topics %}
18
  {{titles[loop.index]}}
19
  {{ t|safe }}
20
  {% endfor %}
21
  </div>
22
+ <br>
23
  <h3>Documents</h3>
24
+ <br>
25
+ <div>
26
+ {% for t in docs %}
27
+ {{docs_title[loop.index]}}
28
+ {{ t|safe }}
29
+ {% endfor %}
30
+ </div>
31
  </div>
32
 
33
  <script