diff --git a/templates/image.html b/templates/image.html index 2f3dbb4..09faff7 100644 --- a/templates/image.html +++ b/templates/image.html @@ -38,5 +38,5 @@ - + {% endblock %} {% block body %} Redirecting you to the tweet in a moment. Or click here. {% endblock %} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index b686655..e4bf911 100644 --- a/templates/index.html +++ b/templates/index.html @@ -26,5 +26,5 @@ - + {% endblock %} {% block body %} Redirecting you to the tweet in a moment. Or click here. {% endblock %} \ No newline at end of file diff --git a/templates/text.html b/templates/text.html index a47c78d..c2e49d7 100644 --- a/templates/text.html +++ b/templates/text.html @@ -30,5 +30,5 @@ - + {% endblock %} {% block body %} Redirecting you to the tweet in a moment. Or click here. {% endblock %} \ No newline at end of file diff --git a/templates/video.html b/templates/video.html index b96aae2..2fdb4c5 100644 --- a/templates/video.html +++ b/templates/video.html @@ -21,5 +21,5 @@ - + {% endblock %} {% block body %} Redirecting you to the tweet in a moment. Or click here. {% endblock %} \ No newline at end of file