Skip to content

Commit 5387632

Browse files
committed
fix reverse name typo
1 parent fd3564c commit 5387632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publications/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ def feeds(request):
527527
global_feeds = [
528528
{ "title": "Geo RSS", "url": reverse("optimap:georss_feed") },
529529
{ "title": "Geo Atom", "url": reverse("optimap:geoatom_feed") },
530-
{ "title": "W3C Geo", "url": reverse("optimap:<3cgeo_feed") },
530+
{ "title": "W3C Geo", "url": reverse("optimap:w3cgeo_feed") },
531531
]
532532

533533
regions = GlobalRegion.objects.all().order_by("region_type", "name")

0 commit comments

Comments
 (0)