Reporting work on dockerization
This commit is contained in:
14
app/dashboard/templates/404.html
Normal file
14
app/dashboard/templates/404.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends "squeleton.html" %}
|
||||
|
||||
|
||||
{% block page_content %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<h1>404 <small>page not found</small></h1>
|
||||
<br><br>
|
||||
<a href="{% url 'index' %}" class="btn btn-primary">Back to main page</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user