Initial commit

This commit is contained in:
Pedro Rey Anca 2024-12-02 18:19:54 +01:00
commit 8f112c1bb5
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
69 changed files with 2068 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{% extends 'main/base.html' %}
{% load django_bootstrap5 %}
{% load static %}
{% block content %}
<div class="container text-center mt-5">
<div style="font-size: 8rem;"">😕</div>
<h1>Oops! 404</h1>
<p>No hemos encontrado la página que buscabas.</p>
<a class=" btn btn-primary" href="/">Volver al Inicio</a>
</div>
</div>
{% endblock %}