Add math engine to ticket
This commit is contained in:
parent
802ba7bbba
commit
b6d0e57fb6
2 changed files with 57 additions and 49 deletions
|
@ -3,7 +3,7 @@ msgstr ""
|
||||||
"Project-Id-Version: lqdojvn\n"
|
"Project-Id-Version: lqdojvn\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2020-06-25 08:39+0700\n"
|
"POT-Creation-Date: 2020-06-25 08:39+0700\n"
|
||||||
"PO-Revision-Date: 2020-06-27 22:32\n"
|
"PO-Revision-Date: 2020-06-30 16:38\n"
|
||||||
"Last-Translator: Icyene\n"
|
"Last-Translator: Icyene\n"
|
||||||
"Language-Team: Vietnamese\n"
|
"Language-Team: Vietnamese\n"
|
||||||
"Language: vi_VN\n"
|
"Language: vi_VN\n"
|
||||||
|
@ -869,11 +869,11 @@ msgstr "tổng thời gian"
|
||||||
|
|
||||||
#: judge/models/contest.py:261
|
#: judge/models/contest.py:261
|
||||||
msgid "is disqualified"
|
msgid "is disqualified"
|
||||||
msgstr ""
|
msgstr "bị loại"
|
||||||
|
|
||||||
#: judge/models/contest.py:262
|
#: judge/models/contest.py:262
|
||||||
msgid "Whether this participation is disqualified."
|
msgid "Whether this participation is disqualified."
|
||||||
msgstr ""
|
msgstr "Thí sinh này bị loại."
|
||||||
|
|
||||||
#: judge/models/contest.py:263
|
#: judge/models/contest.py:263
|
||||||
msgid "virtual participation id"
|
msgid "virtual participation id"
|
||||||
|
@ -882,7 +882,7 @@ msgstr "mã số tham gia thử"
|
||||||
#: judge/models/contest.py:264
|
#: judge/models/contest.py:264
|
||||||
#| msgid "0 means non-virtual, otherwise the n-th virtual participation"
|
#| msgid "0 means non-virtual, otherwise the n-th virtual participation"
|
||||||
msgid "0 means non-virtual, otherwise the n-th virtual participation."
|
msgid "0 means non-virtual, otherwise the n-th virtual participation."
|
||||||
msgstr ""
|
msgstr "0 = thi ảo, còn lại là lần thi thứ n."
|
||||||
|
|
||||||
#: judge/models/contest.py:265
|
#: judge/models/contest.py:265
|
||||||
msgid "contest format specific data"
|
msgid "contest format specific data"
|
||||||
|
@ -1411,11 +1411,11 @@ msgstr "Dòng với dòng"
|
||||||
|
|
||||||
#: judge/models/problem_data.py:32
|
#: judge/models/problem_data.py:32
|
||||||
msgid "Custom checker (PY)"
|
msgid "Custom checker (PY)"
|
||||||
msgstr ""
|
msgstr "Custom checker (PY)"
|
||||||
|
|
||||||
#: judge/models/problem_data.py:33
|
#: judge/models/problem_data.py:33
|
||||||
msgid "Custom validator (CPP)"
|
msgid "Custom validator (CPP)"
|
||||||
msgstr ""
|
msgstr "Custom validator (CPP)"
|
||||||
|
|
||||||
#: judge/models/problem_data.py:40
|
#: judge/models/problem_data.py:40
|
||||||
msgid "data zip file"
|
msgid "data zip file"
|
||||||
|
@ -1451,11 +1451,11 @@ msgstr "kiểm tra đối số như là một đối tượng JSON"
|
||||||
|
|
||||||
#: judge/models/problem_data.py:50
|
#: judge/models/problem_data.py:50
|
||||||
msgid "custom checker file"
|
msgid "custom checker file"
|
||||||
msgstr ""
|
msgstr "custom checker file"
|
||||||
|
|
||||||
#: judge/models/problem_data.py:56
|
#: judge/models/problem_data.py:56
|
||||||
msgid "custom validator file"
|
msgid "custom validator file"
|
||||||
msgstr ""
|
msgstr "custom validator file"
|
||||||
|
|
||||||
#: judge/models/problem_data.py:97
|
#: judge/models/problem_data.py:97
|
||||||
msgid "problem data set"
|
msgid "problem data set"
|
||||||
|
@ -2157,7 +2157,7 @@ msgstr[0] "%d ngày %h:%m:%s"
|
||||||
#: judge/utils/timedelta.py:53
|
#: judge/utils/timedelta.py:53
|
||||||
msgctxt "time format without day"
|
msgctxt "time format without day"
|
||||||
msgid "%h:%m:%s"
|
msgid "%h:%m:%s"
|
||||||
msgstr ""
|
msgstr "%h:%m:%s"
|
||||||
|
|
||||||
#: judge/utils/timedelta.py:59
|
#: judge/utils/timedelta.py:59
|
||||||
msgctxt "time format no seconds with day"
|
msgctxt "time format no seconds with day"
|
||||||
|
@ -2174,7 +2174,7 @@ msgstr[0] "%d ngày"
|
||||||
#: judge/utils/timedelta.py:63
|
#: judge/utils/timedelta.py:63
|
||||||
msgctxt "hours and minutes"
|
msgctxt "hours and minutes"
|
||||||
msgid "%h:%m"
|
msgid "%h:%m"
|
||||||
msgstr ""
|
msgstr "%h:%m"
|
||||||
|
|
||||||
#: judge/views/about.py:7 templates/user/user-about.html:47
|
#: judge/views/about.py:7 templates/user/user-about.html:47
|
||||||
#: templates/user/user-tabs.html:4
|
#: templates/user/user-tabs.html:4
|
||||||
|
@ -2183,7 +2183,7 @@ msgstr "Giới thiệu"
|
||||||
|
|
||||||
#: judge/views/about.py:13
|
#: judge/views/about.py:13
|
||||||
msgid "Custom Checker Sample"
|
msgid "Custom Checker Sample"
|
||||||
msgstr ""
|
msgstr "Hướng dẫn checker"
|
||||||
|
|
||||||
#: judge/views/blog.py:38
|
#: judge/views/blog.py:38
|
||||||
#, python-format
|
#, python-format
|
||||||
|
@ -2321,12 +2321,12 @@ msgstr "Tham gia"
|
||||||
#: judge/views/contests.py:743
|
#: judge/views/contests.py:743
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s MOSS Results"
|
msgid "%s MOSS Results"
|
||||||
msgstr ""
|
msgstr "%s Kết quả MOSS"
|
||||||
|
|
||||||
#: judge/views/contests.py:770
|
#: judge/views/contests.py:770
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Running MOSS for %s..."
|
msgid "Running MOSS for %s..."
|
||||||
msgstr ""
|
msgstr "Đang chạy MOSS cho %s..."
|
||||||
|
|
||||||
#: judge/views/contests.py:793
|
#: judge/views/contests.py:793
|
||||||
#, python-format
|
#, python-format
|
||||||
|
@ -2568,7 +2568,7 @@ msgstr "Tính lại điểm cho %s..."
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Successfully scheduled %d submission for rejudging."
|
msgid "Successfully scheduled %d submission for rejudging."
|
||||||
msgid_plural "Successfully scheduled %d submissions for rejudging."
|
msgid_plural "Successfully scheduled %d submissions for rejudging."
|
||||||
msgstr[0] ""
|
msgstr[0] "Đã lên lịch chấm lại cho %d bài nộp."
|
||||||
|
|
||||||
#: judge/views/ranked_submission.py:58
|
#: judge/views/ranked_submission.py:58
|
||||||
#, python-format
|
#, python-format
|
||||||
|
@ -2695,16 +2695,16 @@ msgstr ""
|
||||||
|
|
||||||
#: judge/views/ticket.py:33 judge/views/ticket.py:39
|
#: judge/views/ticket.py:33 judge/views/ticket.py:39
|
||||||
msgid "Ticket title"
|
msgid "Ticket title"
|
||||||
msgstr ""
|
msgstr "Tiêu đề thẻ"
|
||||||
|
|
||||||
#: judge/views/ticket.py:40
|
#: judge/views/ticket.py:40
|
||||||
msgid "Issue description"
|
msgid "Issue description"
|
||||||
msgstr ""
|
msgstr "Mô tả vấn đề"
|
||||||
|
|
||||||
#: judge/views/ticket.py:85 judge/views/ticket.py:88
|
#: judge/views/ticket.py:85 judge/views/ticket.py:88
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New ticket for %s"
|
msgid "New ticket for %s"
|
||||||
msgstr ""
|
msgstr "Thẻ mới cho %s"
|
||||||
|
|
||||||
#: judge/views/ticket.py:142
|
#: judge/views/ticket.py:142
|
||||||
#, python-format
|
#, python-format
|
||||||
|
@ -2872,7 +2872,7 @@ msgstr "Đăng ký"
|
||||||
|
|
||||||
#: templates/base.html:254
|
#: templates/base.html:254
|
||||||
msgid "spectating"
|
msgid "spectating"
|
||||||
msgstr ""
|
msgstr "quan sát"
|
||||||
|
|
||||||
#: templates/base.html:267
|
#: templates/base.html:267
|
||||||
msgid "This site works best with JavaScript enabled."
|
msgid "This site works best with JavaScript enabled."
|
||||||
|
@ -2946,7 +2946,7 @@ msgstr "Đề bài mới"
|
||||||
|
|
||||||
#: templates/blog/list.html:240
|
#: templates/blog/list.html:240
|
||||||
msgid "My open tickets"
|
msgid "My open tickets"
|
||||||
msgstr "Thẻ mở của tôi"
|
msgstr "Thẻ của tôi"
|
||||||
|
|
||||||
#: templates/blog/list.html:261
|
#: templates/blog/list.html:261
|
||||||
msgid "New tickets"
|
msgid "New tickets"
|
||||||
|
@ -2954,7 +2954,7 @@ msgstr "Thẻ mới"
|
||||||
|
|
||||||
#: templates/chat/chat.html:226
|
#: templates/chat/chat.html:226
|
||||||
msgid "Chat"
|
msgid "Chat"
|
||||||
msgstr ""
|
msgstr "Chat"
|
||||||
|
|
||||||
#: templates/chat/chat.html:228 templates/chat/chat.html:244
|
#: templates/chat/chat.html:228 templates/chat/chat.html:244
|
||||||
#| msgid "Online Judge"
|
#| msgid "Online Judge"
|
||||||
|
@ -3345,7 +3345,7 @@ msgstr ""
|
||||||
#: templates/contest/stats.html:43
|
#: templates/contest/stats.html:43
|
||||||
#| msgid "Problem name"
|
#| msgid "Problem name"
|
||||||
msgid "Problem AC Rate"
|
msgid "Problem AC Rate"
|
||||||
msgstr ""
|
msgstr "Tỉ lệ AC"
|
||||||
|
|
||||||
#: templates/contest/stats.html:48 templates/stats/language.html:16
|
#: templates/contest/stats.html:48 templates/stats/language.html:16
|
||||||
msgid "Submissions by Language"
|
msgid "Submissions by Language"
|
||||||
|
@ -3549,7 +3549,7 @@ msgstr ""
|
||||||
#: templates/problem/data.html:108
|
#: templates/problem/data.html:108
|
||||||
#| msgid "Administration"
|
#| msgid "Administration"
|
||||||
msgid "Instruction"
|
msgid "Instruction"
|
||||||
msgstr ""
|
msgstr "Hướng dẫn"
|
||||||
|
|
||||||
#: templates/problem/data.html:410
|
#: templates/problem/data.html:410
|
||||||
msgid "View YAML"
|
msgid "View YAML"
|
||||||
|
@ -3557,7 +3557,7 @@ msgstr "Xem YAML"
|
||||||
|
|
||||||
#: templates/problem/data.html:441 templates/problem/data.html:491
|
#: templates/problem/data.html:441 templates/problem/data.html:491
|
||||||
msgid "Apply!"
|
msgid "Apply!"
|
||||||
msgstr ""
|
msgstr "Lưu!"
|
||||||
|
|
||||||
#: templates/problem/data.html:446
|
#: templates/problem/data.html:446
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
|
@ -3603,7 +3603,7 @@ msgstr "Kiểu"
|
||||||
#: templates/problem/list.html:243
|
#: templates/problem/list.html:243
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "AC %%"
|
msgid "AC %%"
|
||||||
msgstr ""
|
msgstr "AC %%"
|
||||||
|
|
||||||
#: templates/problem/manage_submission.html:55
|
#: templates/problem/manage_submission.html:55
|
||||||
msgid "Leave empty to not filter by language"
|
msgid "Leave empty to not filter by language"
|
||||||
|
@ -3725,7 +3725,7 @@ msgstr "Sửa đổi test"
|
||||||
|
|
||||||
#: templates/problem/problem.html:148
|
#: templates/problem/problem.html:148
|
||||||
msgid "My tickets"
|
msgid "My tickets"
|
||||||
msgstr ""
|
msgstr "Thẻ của tôi"
|
||||||
|
|
||||||
#: templates/problem/problem.html:156
|
#: templates/problem/problem.html:156
|
||||||
msgid "Manage submissions"
|
msgid "Manage submissions"
|
||||||
|
@ -4058,7 +4058,7 @@ msgstr "Thời gian hoạt động"
|
||||||
|
|
||||||
#: templates/status/judge-status-table.html:7
|
#: templates/status/judge-status-table.html:7
|
||||||
msgid "Ping"
|
msgid "Ping"
|
||||||
msgstr ""
|
msgstr "Ping"
|
||||||
|
|
||||||
#: templates/status/judge-status-table.html:8
|
#: templates/status/judge-status-table.html:8
|
||||||
msgid "Load"
|
msgid "Load"
|
||||||
|
@ -4077,7 +4077,7 @@ msgstr "Không có máy chấm nào tại thời điểm này."
|
||||||
|
|
||||||
#: templates/status/language-list.html:33 templates/ticket/list.html:261
|
#: templates/status/language-list.html:33 templates/ticket/list.html:261
|
||||||
msgid "ID"
|
msgid "ID"
|
||||||
msgstr ""
|
msgstr "ID"
|
||||||
|
|
||||||
#: templates/status/language-list.html:35
|
#: templates/status/language-list.html:35
|
||||||
msgid "Runtime Info"
|
msgid "Runtime Info"
|
||||||
|
@ -4122,7 +4122,7 @@ msgstr "Bạn đã bị ngắt kết nối. Tải lại trang để hiển thị
|
||||||
#: templates/submission/row.html:39
|
#: templates/submission/row.html:39
|
||||||
#| msgid "Case #%(case)s"
|
#| msgid "Case #%(case)s"
|
||||||
msgid "Point %(point)s / Case #%(case)s"
|
msgid "Point %(point)s / Case #%(case)s"
|
||||||
msgstr ""
|
msgstr "Point %(point)s / Case #%(case)s"
|
||||||
|
|
||||||
#: templates/submission/row.html:49
|
#: templates/submission/row.html:49
|
||||||
msgid "view"
|
msgid "view"
|
||||||
|
@ -4178,22 +4178,22 @@ msgstr "Hàng loạt "
|
||||||
|
|
||||||
#: templates/submission/status-testcases.html:43
|
#: templates/submission/status-testcases.html:43
|
||||||
msgid "Overall: "
|
msgid "Overall: "
|
||||||
msgstr ""
|
msgstr "Tổng cộng: "
|
||||||
|
|
||||||
#: templates/submission/status-testcases.html:57
|
#: templates/submission/status-testcases.html:57
|
||||||
#| msgid "Points:"
|
#| msgid "Points:"
|
||||||
msgid "Point: "
|
msgid "Point: "
|
||||||
msgstr ""
|
msgstr "Điểm: "
|
||||||
|
|
||||||
#: templates/submission/status-testcases.html:62
|
#: templates/submission/status-testcases.html:62
|
||||||
#| msgid "Time:"
|
#| msgid "Time:"
|
||||||
msgid "Time: "
|
msgid "Time: "
|
||||||
msgstr ""
|
msgstr "Time: "
|
||||||
|
|
||||||
#: templates/submission/status-testcases.html:71
|
#: templates/submission/status-testcases.html:71
|
||||||
#| msgid "Memory"
|
#| msgid "Memory"
|
||||||
msgid "Memory: "
|
msgid "Memory: "
|
||||||
msgstr ""
|
msgstr "Memory: "
|
||||||
|
|
||||||
#: templates/submission/status-testcases.html:84
|
#: templates/submission/status-testcases.html:84
|
||||||
msgid "Case"
|
msgid "Case"
|
||||||
|
@ -4210,27 +4210,27 @@ msgstr "Bộ test"
|
||||||
#: templates/submission/status-testcases.html:99
|
#: templates/submission/status-testcases.html:99
|
||||||
#| msgid "Points"
|
#| msgid "Points"
|
||||||
msgid "Point"
|
msgid "Point"
|
||||||
msgstr ""
|
msgstr "Point"
|
||||||
|
|
||||||
#: templates/submission/status-testcases.html:121
|
#: templates/submission/status-testcases.html:121
|
||||||
#| msgid "Input file"
|
#| msgid "Input file"
|
||||||
msgid "Input:"
|
msgid "Input:"
|
||||||
msgstr ""
|
msgstr "Input:"
|
||||||
|
|
||||||
#: templates/submission/status-testcases.html:125
|
#: templates/submission/status-testcases.html:125
|
||||||
#| msgid "Output file"
|
#| msgid "Output file"
|
||||||
msgid "Output:"
|
msgid "Output:"
|
||||||
msgstr ""
|
msgstr "Output:"
|
||||||
|
|
||||||
#: templates/submission/status-testcases.html:129
|
#: templates/submission/status-testcases.html:129
|
||||||
#| msgid "Wrong Answer"
|
#| msgid "Wrong Answer"
|
||||||
msgid "Answer:"
|
msgid "Answer:"
|
||||||
msgstr ""
|
msgstr "Answer:"
|
||||||
|
|
||||||
#: templates/submission/status-testcases.html:134
|
#: templates/submission/status-testcases.html:134
|
||||||
#| msgid "Judge feedback"
|
#| msgid "Judge feedback"
|
||||||
msgid "Judge feedback:"
|
msgid "Judge feedback:"
|
||||||
msgstr ""
|
msgstr "Phản hồi:"
|
||||||
|
|
||||||
#: templates/submission/status-testcases.html:157
|
#: templates/submission/status-testcases.html:157
|
||||||
msgid "Passing pretests does not guarantee a full score on system tests."
|
msgid "Passing pretests does not guarantee a full score on system tests."
|
||||||
|
@ -4259,7 +4259,7 @@ msgstr "Tốt nhất"
|
||||||
#: templates/submission/submission-list-tabs.html:12
|
#: templates/submission/submission-list-tabs.html:12
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(user)s's"
|
msgid "%(user)s's"
|
||||||
msgstr ""
|
msgstr "%(user)s's"
|
||||||
|
|
||||||
#: templates/ticket/list.html:135 templates/ticket/ticket.html:257
|
#: templates/ticket/list.html:135 templates/ticket/ticket.html:257
|
||||||
msgid "Reopened: "
|
msgid "Reopened: "
|
||||||
|
@ -4283,7 +4283,7 @@ msgstr ""
|
||||||
|
|
||||||
#: templates/ticket/list.html:240
|
#: templates/ticket/list.html:240
|
||||||
msgid "Assignee"
|
msgid "Assignee"
|
||||||
msgstr ""
|
msgstr "Người được hỏi"
|
||||||
|
|
||||||
#: templates/ticket/list.html:262
|
#: templates/ticket/list.html:262
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
|
@ -4291,11 +4291,11 @@ msgstr "Tiêu đề"
|
||||||
|
|
||||||
#: templates/ticket/list.html:264 templates/ticket/ticket.html:328
|
#: templates/ticket/list.html:264 templates/ticket/ticket.html:328
|
||||||
msgid "Assignees"
|
msgid "Assignees"
|
||||||
msgstr ""
|
msgstr "Người được hỏi"
|
||||||
|
|
||||||
#: templates/ticket/new_problem.html:7
|
#: templates/ticket/new_problem.html:7
|
||||||
msgid "Thanks for opening a ticket!"
|
msgid "Thanks for opening a ticket!"
|
||||||
msgstr ""
|
msgstr "Cảm ơn bạn đã mở thẻ!"
|
||||||
|
|
||||||
#: templates/ticket/new_problem.html:9
|
#: templates/ticket/new_problem.html:9
|
||||||
msgid "Please keep in mind that this form is for reporting issues with a problem statement, and not for asking for help. If you require assistance on solving a problem, ask in the comments instead."
|
msgid "Please keep in mind that this form is for reporting issues with a problem statement, and not for asking for help. If you require assistance on solving a problem, ask in the comments instead."
|
||||||
|
@ -4307,15 +4307,15 @@ msgstr ""
|
||||||
|
|
||||||
#: templates/ticket/ticket.html:333
|
#: templates/ticket/ticket.html:333
|
||||||
msgid "No one is assigned."
|
msgid "No one is assigned."
|
||||||
msgstr ""
|
msgstr "Không ai được hỏi."
|
||||||
|
|
||||||
#: templates/ticket/ticket.html:339
|
#: templates/ticket/ticket.html:339
|
||||||
msgid "Close ticket"
|
msgid "Close ticket"
|
||||||
msgstr ""
|
msgstr "Đóng"
|
||||||
|
|
||||||
#: templates/ticket/ticket.html:341
|
#: templates/ticket/ticket.html:341
|
||||||
msgid "Reopen ticket"
|
msgid "Reopen ticket"
|
||||||
msgstr ""
|
msgstr "Mở lại"
|
||||||
|
|
||||||
#: templates/ticket/ticket.html:345
|
#: templates/ticket/ticket.html:345
|
||||||
msgid "Assignee notes"
|
msgid "Assignee notes"
|
||||||
|
@ -4327,7 +4327,7 @@ msgstr "Không có gì ở đây."
|
||||||
|
|
||||||
#: templates/ticket/ticket.html:385
|
#: templates/ticket/ticket.html:385
|
||||||
msgid "Post"
|
msgid "Post"
|
||||||
msgstr "Bài viết"
|
msgstr "Gửi"
|
||||||
|
|
||||||
#: templates/user/base-users-table.html:3
|
#: templates/user/base-users-table.html:3
|
||||||
msgid "Rank"
|
msgid "Rank"
|
||||||
|
@ -4335,15 +4335,15 @@ msgstr "Xếp hạng"
|
||||||
|
|
||||||
#: templates/user/base-users.html:14 templates/user/base-users.html:69
|
#: templates/user/base-users.html:14 templates/user/base-users.html:69
|
||||||
msgid "Search by handle..."
|
msgid "Search by handle..."
|
||||||
msgstr ""
|
msgstr "Tìm kiếm bằng tên..."
|
||||||
|
|
||||||
#: templates/user/edit-profile.html:97
|
#: templates/user/edit-profile.html:97
|
||||||
msgid "Self-description"
|
msgid "Self-description"
|
||||||
msgstr ""
|
msgstr "Mô tả bản thân"
|
||||||
|
|
||||||
#: templates/user/edit-profile.html:105
|
#: templates/user/edit-profile.html:105
|
||||||
msgid "Select your closest major city"
|
msgid "Select your closest major city"
|
||||||
msgstr ""
|
msgstr "Chọn thành phố lớn gần nhất"
|
||||||
|
|
||||||
#: templates/user/edit-profile.html:114
|
#: templates/user/edit-profile.html:114
|
||||||
msgid "Editor theme"
|
msgid "Editor theme"
|
||||||
|
@ -4351,7 +4351,7 @@ msgstr "Giao diện khung viết code"
|
||||||
|
|
||||||
#: templates/user/edit-profile.html:119
|
#: templates/user/edit-profile.html:119
|
||||||
msgid "Math engine"
|
msgid "Math engine"
|
||||||
msgstr ""
|
msgstr "Math engine"
|
||||||
|
|
||||||
#: templates/user/edit-profile.html:143 templates/user/edit-profile.html:144
|
#: templates/user/edit-profile.html:143 templates/user/edit-profile.html:144
|
||||||
msgid "Change your avatar"
|
msgid "Change your avatar"
|
||||||
|
|
|
@ -389,3 +389,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block bodyend %}
|
||||||
|
{{ super() }}
|
||||||
|
{% if REQUIRE_JAX %}
|
||||||
|
{% include "mathjax-load.html" %}
|
||||||
|
{% endif %}
|
||||||
|
{% include "comments/math.html" %}
|
||||||
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue