Skip to content

Commit

Permalink
disable cache invalidation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Apr 21, 2022
1 parent f2fbe69 commit 5550c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judgments/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def update(request):
"error"
] = "The Judgment is missing correct metadata structure and cannot be edited"

invalidate_caches(judgment_uri)
# invalidate_caches(judgment_uri)
template = loader.get_template("judgment/edit.html")
return HttpResponse(template.render({"context": context}, request))

Expand Down

0 comments on commit 5550c7c

Please sign in to comment.