Merge pull request #7 from abbeysside/main
Added fallback links in case automatic forwarding is blocked.
This commit is contained in:
commit
76ed67b42b
2 changed files with 3 additions and 3 deletions
|
@ -10,5 +10,5 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
You will be redirected to this projects github page in a moment.
|
You will be redirected to this projects github page in a moment. <a href="https://github.com/robinuniverse/TwitFix">Or click here.</a>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -32,5 +32,5 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
Redirecting you to the tweet...
|
Redirecting you to the tweet in a moment. <a href="{{ vidlink }}">Or click here.</a>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue