Gitiles
Code Review
Sign In
gerrit.nordix.org
/
nolabs
/
website
/
1f595c1bdf4c561e500898f4c1ea0ff9e27d8c5d
/
.
/
app
/
templates
/
errors
/
404.html
blob: 4bd64e1e9472ccf68f68cd20e36a3181d4732920 [
file
] [
log
] [
blame
]
{% extends "base.html" %}
{% block app_content %}
<div
class
=
"jumbotron"
>
<h3>
File Not Found
</h3>
<p><a
href
=
"{{ url_for('user.register') }}"
>
Back
</a></p>
</div>
{% endblock %}