diff --git a/GeoffreyApp/admin.py b/GeoffreyApp/admin.py index 6b0b4b4..7dd4eea 100644 --- a/GeoffreyApp/admin.py +++ b/GeoffreyApp/admin.py @@ -13,3 +13,4 @@ admin.site.register(PublicFarm) admin.site.register(Resource) admin.site.register(Market) admin.site.register(PointOfInterest) +admin.site.register(Attraction) diff --git a/GeoffreyApp/models.py b/GeoffreyApp/models.py index cf67a48..7dae7f8 100644 --- a/GeoffreyApp/models.py +++ b/GeoffreyApp/models.py @@ -284,7 +284,7 @@ class Location(models.Model): class PointOfInterest(Location): - info_page = "GeoffreyPointOfInterest" + info_page = "GeoffreyPointOfInterestInfo" class Shop(Location):