Add memory unit to problem admin
This commit is contained in:
parent
dddaf69fb7
commit
7f3e22e3bf
6 changed files with 175 additions and 134 deletions
|
@ -256,7 +256,11 @@ urlpatterns = [
|
|||
problem.ProblemPdfView.as_view(),
|
||||
name="problem_pdf",
|
||||
),
|
||||
url(r"^/pdf_description$", problem.ProblemPdfDescriptionView.as_view(), name="problem_pdf_description"),
|
||||
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