Skip to content

Commit

Permalink
Purposefully break code for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
geekygirlsarah committed Oct 9, 2023
1 parent 266b9ff commit f3844cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ def concepts(request):
:param request: HttpRequest object
:return: HttpResponse object with rendered object of the page
"""

assert False
visit = store_url_info(request)

language_strings, structure_key, errors = clean_concepts_parameters(request.GET)
Expand Down

0 comments on commit f3844cc

Please sign in to comment.