StringChaos commited on
Commit
e284b42
1 Parent(s): 9d8004e

add url to orig platforms

Browse files
problems.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:787405a4cc8aba30c50f7e0f3bd2f2026f9035e41471400167ec1c27e22b7097
3
- size 870796
 
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">