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

Commit 905a24b

Browse files
committed
Merge pull request #389 from naisnouk/titlefix
changing title #314
2 parents 219fc1e + 738b4b4 commit 905a24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 Details{% 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)