refactor: Remove legacy course info page & related code

This commit is contained in:
Sagirov Eugeniy
2022-04-18 16:50:51 +03:00
parent 7f5d8e3511
commit 92ca176fde
41 changed files with 176 additions and 1406 deletions

View File

@@ -167,11 +167,6 @@ def calculate(request):
return HttpResponse(json.dumps({'result': str(result)})) # lint-amnesty, pylint: disable=http-response-with-json-dumps
def info(request):
""" Info page (link from main header) """
return render_to_response("info.html", {})
def add_p3p_header(view_func):
"""
This decorator should only be used with views which may be displayed through the iframe.