We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3564c commit 5387632Copy full SHA for 5387632
publications/views.py
@@ -527,7 +527,7 @@ def feeds(request):
527
global_feeds = [
528
{ "title": "Geo RSS", "url": reverse("optimap:georss_feed") },
529
{ "title": "Geo Atom", "url": reverse("optimap:geoatom_feed") },
530
- { "title": "W3C Geo", "url": reverse("optimap:<3cgeo_feed") },
+ { "title": "W3C Geo", "url": reverse("optimap:w3cgeo_feed") },
531
]
532
533
regions = GlobalRegion.objects.all().order_by("region_type", "name")
0 commit comments