diff --git a/files/templates/default.html b/files/templates/default.html index 34916169e..8a815f1fd 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -266,7 +266,7 @@ {% block Banner %} - {% if '@' not in request.path %} + {% if '@' not in request.path %} {% if sub %} /h/{{sub.name}} banner {% elif SITE_NAME == 'rDrama' %} diff --git a/files/templates/submission.html b/files/templates/submission.html index 14a2bf4ee..9e96f28cd 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -136,11 +136,11 @@ } @keyframes moveX { - from {} to {transform: translateX(98vw)} + from {} to {transform: translateX(98vw)} } @keyframes moveY { - from {} to {transform: translateY(90vh)} + from {} to {transform: translateY(90vh)} } .seal1 { @@ -226,11 +226,11 @@ } @keyframes moveX { - from {} to {transform: translateX(98vw)} + from {} to {transform: translateX(98vw)} } @keyframes moveY { - from {} to {transform: translateY(90vh)} + from {} to {transform: translateY(90vh)} } .toe1 { @@ -714,7 +714,7 @@ {% if p.bannedfor %} - {% endif %} + {% endif %} {% for a in p.awards|reverse %}