Skip to content

Commit

Permalink
include new logo in taginfo metadata
Browse files Browse the repository at this point in the history
fixes #53
  • Loading branch information
Rory McCann committed Nov 9, 2014
1 parent 7fab202 commit 763b7ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions irish_townlands/views.py
Expand Up @@ -10,6 +10,7 @@
from django.template import RequestContext
from django.core.urlresolvers import reverse
from django.db.models import Sum, Count, Q
from django.contrib.staticfiles.templatetags.staticfiles import static


from .models import Metadata, Townland, CivilParish, Barony, County, Error, Progress
Expand Down Expand Up @@ -284,6 +285,7 @@ def taginfo(request):
"description": "Irish townlands, civil parishes and baronies",
"doc_url": "https://github.com/rory/osm-irish-townlands",
"project_url": domain,
"icon_url": domain + static("logo_small.png"),
"contact_name": "Rory McCann",
"contact_email": "rory@technomancy.org"
},
Expand Down

0 comments on commit 763b7ac

Please sign in to comment.