Commit 3ca4cb92 by MMohan1

HTML chnafges

1 parent 8bc247cb
Showing with 2 additions and 2 deletions
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
{% if data%} {% if data%}
<h4>Total: {{data.total}}</h4> <h4>Total: {{data.total}}</h4>
<h4>Results Language: {{data.languages}}</h4> <h4>Results Language: {{data.languages}}</h4>
<h4>Stars Average: {{data.average_star}}</h4> <h4>Average Star Rating: {{data.average_star}}</h4>
{% endif %} {% endif %}
</div> </div>
<div class="table-responsive"> <div class="table-responsive">
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
{% for key in data.results %} {% for key in data.results %}
<tr> <tr>
<td>{{ key.sr_no }}</td> <td>{{ key.sr_no }}</td>
<td> {{key.url}}</td> <td> <a href='{{key.url}}'>{{key.url}}</a></td>
<td>{{ key.description }}</td> <td>{{ key.description }}</td>
<td>{{ key.star }}</td> <td>{{ key.star }}</td>
<td>{{ key.language }}</td> <td>{{ key.language }}</td>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!