Add "print"

This commit is contained in:
Jan Tuomi
2017-10-25 17:09:47 +03:00
parent 0f640a31b1
commit 2893a0bcc9
+1
View File
@@ -36,6 +36,7 @@ def send_email(to, subject, body):
@require_http_methods(["GET"])
def main_index(request, *args, **kwargs):
"""Render main page."""
print("moi")
return render(request, "main_index.html", {})