diff --git a/templates/submission/source.html b/templates/submission/source.html index f69331c..8f9b9d8 100644 --- a/templates/submission/source.html +++ b/templates/submission/source.html @@ -25,6 +25,7 @@ {% endblock %} {% block body %} +

{{ _('View status') }}
{{ _('View raw source') }}
diff --git a/templates/submission/status.html b/templates/submission/status.html index 41dc7f5..2b29dbd 100644 --- a/templates/submission/status.html +++ b/templates/submission/status.html @@ -55,6 +55,7 @@ {% endblock %} {% block body %} +

{{ _('View source') }}
{% if request.user == submission.user.user or perms.judge.resubmit_other %}