Skip to content

Commit

Permalink
Added event location in template, Showing location in google maps
Browse files Browse the repository at this point in the history
  • Loading branch information
yashwanthbabu committed Oct 13, 2014
1 parent 452f67e commit 4ffbf88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tavern/templates/tavern/event_details.html
Expand Up @@ -9,7 +9,8 @@ <h1> Event Name: {{ event.name }} </h1>

{% if event.starts_at %}
<h3> Event starts on </h3>
{{ event.starts_at }}
{{ event.starts_at }} at
<a href="https://www.google.co.in/maps/place/{{ event.location }}" target="_blank"> {{ event.location }} </a>
<hr/>
{% endif %}

Expand Down

0 comments on commit 4ffbf88

Please sign in to comment.