diff options
Diffstat (limited to 'static/website/templates/view-proposals.html')
-rwxr-xr-x | static/website/templates/view-proposals.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/view-proposals.html b/static/website/templates/view-proposals.html index f2b1f64..269690e 100755 --- a/static/website/templates/view-proposals.html +++ b/static/website/templates/view-proposals.html @@ -17,7 +17,7 @@ {% if not proposals %} <center> <h3>You have not submitted any paper.</h3> - + <a href="{% url 'website:proposal' %}" class="btn btn-primary">Back</a> </center> {% else %} {% if user.is_superuser %} |