Skip to content
Snippets Groups Projects
Commit 95724bc6 authored by David Schmitz's avatar David Schmitz
Browse files

fix caching issue with rule details page

parent ddb4035f
No related branches found
No related tags found
No related merge requests found
......@@ -819,6 +819,7 @@ def lookupShibAttr(attrmap, requestMeta):
# show the details of specific route
@login_required
@never_cache
def routedetails(request, route_slug):
route = get_object_or_404(Route, name=route_slug)
#return render(request, 'flowspy/route_details.html', {'route': route})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment