Skip to content

Commit

Permalink
Never cache mod queue
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Jun 18, 2024
1 parent 2e0c91f commit 38b2f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electionleaflets/apps/leaflets/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@
name="leaflet_update_publisher_details",
),
url(r"^$", LatestLeaflets.as_view(), name="leaflets"),
url(r"^moderate$", login_required(LeafletModeration.as_view()), name="moderate"),
url(r"^moderate$", never_cache(login_required(LeafletModeration.as_view())), name="moderate"),
]

0 comments on commit 38b2f6c

Please sign in to comment.