Skip to content
Snippets Groups Projects
Commit 4add2616 authored by Jonas Leder's avatar Jonas Leder
Browse files

added link back after shortening a link

parent d7075cf0
No related branches found
Tags 1.11.1
No related merge requests found
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
{% else %} {% else %}
<h3>Your shortened URL is: <a href="http://{{short_url}}"> {{short_url}}</a></h3> <h3>Your shortened URL is: <a href="http://{{short_url}}"> {{short_url}}</a></h3>
<img src="data:image/jpeg;base64,{{qrcode}}"> <img src="data:image/jpeg;base64,{{qrcode}}">
<p><a href="/">create another link</a></p>
{% endif %} {% endif %}
<p class="message">&copy; Made by <a href="https://jonasled.de">jonasled</a><br> <p class="message">&copy; Made by <a href="https://jonasled.de">jonasled</a><br>
Sourcecode is available <a href="https://gitlab.jonasled.de/jonasled/url_shorter_docker">here</a><br> Sourcecode is available <a href="https://gitlab.jonasled.de/jonasled/url_shorter_docker">here</a><br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment