Make it look spooky and halloween themed, delete all posts from user when deleting account and change post usernames when changing username

This commit is contained in:
csd4ni3l
2025-10-25 15:29:08 +02:00
parent 1280d805d6
commit 5942061b16
4 changed files with 50 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
{% block body %}
<div class="text-center mt-3">
<h1>Posts</h1>
<h1 style="color: orange;">Posts</h1>
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#createPostModal">Create a post</button>
</div>
<div class="container mt-4">
@@ -43,7 +43,7 @@
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="createPostModalLabel">Create a post</h1>
<h1 class="modal-title fs-5" id="createPostModalLabel" style="color: orange;">Create a post</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<form id="modal-form" method="POST">