diff options
Diffstat (limited to 'templates/analyse.html')
-rw-r--r-- | templates/analyse.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/analyse.html b/templates/analyse.html index 6dcc1be..bdb8fb1 100644 --- a/templates/analyse.html +++ b/templates/analyse.html @@ -103,10 +103,10 @@ Vaihda kyselyn koodia: </form> {% if code %} -Linkki tähän kyselyyn: -<a href="http://anal.fi:5000/kys/{{ code }}"> - http://127.0.0.1:5000/kys/{{ code }} -</a> +Kopioi linkki tähän kyselyyn: +<button id="kysLink">http://127.0.0.1:5000/kys/{{ code }}</button> +<script src="kys-link-info.js"></script> + {% endif %} {% endif %} |