Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit 738b4b4

Browse files
committed
changed address to country
1 parent e4ee7e4 commit 738b4b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/templates/pages/view_event.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends 'base.html' %}
22
{% load event_tags %}
33

4-
{% block title %}- {{ event.title }} - {{ event.location }}{% endblock title %}
4+
{% block title %}- {{ event.title }} ({{ event.country.name }}){% endblock title %}
55

66
{% block social %}
77
<meta name="description" content="{{ event.description }}" />

0 commit comments

Comments
 (0)