Commit
·
665c9e3
1
Parent(s):
cb7f1d0
add url to orig platforms
Browse files- problems.json +2 -2
- templates/problem.html +1 -1
- templates/problem_mini.html +1 -1
problems.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d91ec0f4e3e94ecf089a7725086b8d40560b388f0a69820c6acd9d96a082860e
|
3 |
+
size 909748
|
templates/problem.html
CHANGED
@@ -173,7 +173,7 @@
|
|
173 |
</head>
|
174 |
|
175 |
<body>
|
176 |
-
<h1>Problem {{ problem_idx }}</h1>
|
177 |
|
178 |
|
179 |
<div class="button-container">
|
|
|
173 |
</head>
|
174 |
|
175 |
<body>
|
176 |
+
<h1><a href="{{ question['url'] }}">Problem {{ problem_idx }}</a></h1>
|
177 |
|
178 |
|
179 |
<div class="button-container">
|
templates/problem_mini.html
CHANGED
@@ -173,7 +173,7 @@
|
|
173 |
</head>
|
174 |
|
175 |
<body>
|
176 |
-
<h1>Problem {{ problem_idx }}</h1>
|
177 |
|
178 |
|
179 |
<div class="button-container">
|
|
|
173 |
</head>
|
174 |
|
175 |
<body>
|
176 |
+
<h1><a href="{{ question['url'] }}">Problem {{ problem_idx }}</a></h1>
|
177 |
|
178 |
|
179 |
<div class="button-container">
|