Skip to content

Commit

Permalink
enable cache invalidation for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Apr 22, 2022
1 parent a030a7c commit e985ed5
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 @@ -151,7 +151,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 e985ed5

Please sign in to comment.