Skip to content

Commit

Permalink
Added hyperlink to contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sreeragh-ar committed Aug 17, 2018
1 parent 18af45c commit 85eaa64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainapp/templates/mainapp/relief_camps.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h4>Select District to see Relief Camps</h4>
{{ item.location | linebreaks }}
</td>
<td class="phone-links">
{{ item.contacts | linebreaks }}
<a href="tel:{{ item.contacts }}" >{{ item.contacts | linebreaks }}</a>
</td>
<td>
{{ item.count }}
Expand Down

0 comments on commit 85eaa64

Please sign in to comment.