diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-28 17:19:22 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-28 17:19:22 +1000 |
| commit | 331b267e7eddd3f14c9a5707b9537dd8e68c2657 (patch) | |
| tree | 05ebe6e6ddb8b95c3205da8b6af54f93d2aedbdc /templates | |
| parent | 58a6502c836bb50dd4424c75311d48553db488ca (diff) | |
Make the import link more accessiblev1.1.5
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/upload.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/upload.html b/templates/upload.html index 75fc1cc..1ba2fb6 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -32,7 +32,7 @@ </form> </div> </label> - <p>Importing a video? Click <a href="/import">here</a></p> + <p><a href="/import">Importing a video? Click here</a></p> </div> {{end}} {{define "scripts"}} |
