Skip to content

Commit

Permalink
Map link added
Browse files Browse the repository at this point in the history
  • Loading branch information
xaneem committed Aug 17, 2018
1 parent 1dc82d6 commit a239f74
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mainapp/templates/mainapp/relief_camps.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ <h4>Select District to see Relief Camps</h4>

<form action="" method="get">
{{ filter.form }}

<button class="btn btn-default" type="submit">Show Relief Camps</button>
</form>

Expand All @@ -44,7 +43,7 @@ <h4>Select District to see Relief Camps</h4>
<tr>
<th>District</th>
<th>Camp Name</th>
<th>Location</th>
<th>Map</th>
<th>Address</th>
<th>Contact Numbers</th>
<th>Registrations</th>
Expand All @@ -56,7 +55,7 @@ <h4>Select District to see Relief Camps</h4>
{{ item.name }}
</td>
<td>
{{ item.map_link}}
{% if item.map_link %} <a href="{{ item.map_link}}">Map Link</a> {% else %} N/A {% endif %}
</td>
<td>
{{ item.location | linebreaks }}
Expand Down

0 comments on commit a239f74

Please sign in to comment.