Add pdf option for problem
This commit is contained in:
parent
98b8cbe518
commit
69f08e84b5
7 changed files with 65 additions and 3 deletions
|
@ -256,6 +256,7 @@ urlpatterns = [
|
|||
problem.ProblemPdfView.as_view(),
|
||||
name="problem_pdf",
|
||||
),
|
||||
url(r"^/pdf_description$", problem.ProblemPdfDescriptionView.as_view(), name="problem_pdf_description"),
|
||||
url(r"^/clone", problem.ProblemClone.as_view(), name="problem_clone"),
|
||||
url(r"^/submit$", problem.problem_submit, name="problem_submit"),
|
||||
url(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue