excise settings-container and login-container outright. full width babey

This commit is contained in:
2025-12-05 17:53:24 +03:00
parent 552fb67c6c
commit f99ae75503
22 changed files with 39 additions and 66 deletions

View File

@@ -1,8 +1,8 @@
{% extends 'base.html' %}
{% block title %}not found{% endblock %}
{% block content %}
<div class="darkbg settings-container">
<h1 class="thread-title">404 Not Found</h1>
<div class="darkbg">
<h1>404 Not Found</h1>
<p>The requested URL does not exist.</p>
</div>
{% endblock %}