##// END OF EJS Templates
Backport PR #7933: Move dynamic buttons to the left and upload button to the right....
Backport PR #7933: Move dynamic buttons to the left and upload button to the right. Requested by @ellisonbg . Before: ![old](https://cloud.githubusercontent.com/assets/3292874/6454809/aa541ee4-c101-11e4-979f-707df477cdc2.PNG) ...

File last commit:

r13941:e1eece1d
r20875:8a947555
Show More
404.html
5 lines | 122 B | text/html | HtmlLexer
{% extends "error.html" %}
{% block error_detail %}
<p>You are requesting a page that does not exist!</p>
{% endblock %}