Merge pull request #7 from abbeysside/main

Added fallback links in case automatic forwarding is blocked.
This commit is contained in:
Robin Universe 2021-07-13 11:04:29 -05:00 committed by GitHub
commit 76ed67b42b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -10,5 +10,5 @@
{% endblock %}
{% block body %}
You will be redirected to this projects github page in a moment.
{% endblock %}
You will be redirected to this projects github page in a moment. <a href="https://github.com/robinuniverse/TwitFix">Or click here.</a>
{% endblock %}

View file

@ -32,5 +32,5 @@
{% endblock %}
{% block body %}
Redirecting you to the tweet...
Redirecting you to the tweet in a moment. <a href="{{ vidlink }}">Or click here.</a>
{% endblock %}