make the button red

This commit is contained in:
ducoterra
2020-05-02 18:08:30 -04:00
parent f45e289ed8
commit 8db4d5afed
2 changed files with 2 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ SECRET_KEY = os.getenv("SECRET_KEY")
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True if os.getenv("DEBUG") == "True" else False DEBUG = True if os.getenv("DEBUG") == "True" else False
LOGGING_CONFIG = None
ALLOWED_HOSTS = os.getenv("ALLOWED_HOSTS", "localhost").split(",") ALLOWED_HOSTS = os.getenv("ALLOWED_HOSTS", "localhost").split(",")

View File

@@ -22,7 +22,7 @@
<h1 class="title"> <h1 class="title">
The Button The Button
</h1> </h1>
<button class="button is-primary" id="BUTTON">Press</button> <button class="button is-danger" id="BUTTON">Press</button>
</div> </div>
<div><br></div> <div><br></div>
<div> <div>