mirror of
https://github.com/csd4ni3l/loginween.git
synced 2026-01-01 12:33:49 +01:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user