Skip to content

Commit

Permalink
pretty-up
Browse files Browse the repository at this point in the history
  • Loading branch information
stnbu committed Nov 22, 2018
1 parent de51096 commit 2516931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sws/settings.py
Expand Up @@ -25,7 +25,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = ['127.0.0.1', '50.116.38.133', '.hijirishimamoto.com']
ALLOWED_HOSTS = ['127.0.0.1', '50.116.38.133', '.hijirishimamoto.com', '10.206.0.3']

CAPTCHA_NOISE_FUNCTIONS = ('captcha.helpers.noise_null',) # enough? probably.

Expand Down
1 change: 1 addition & 0 deletions tabs/static/tabs/style.css
Expand Up @@ -84,6 +84,7 @@ input[type=submit] {
border: none;
border-radius: 4px;
cursor: pointer;
color: white;
}

input[type=submit]:hover {
Expand Down

0 comments on commit 2516931

Please sign in to comment.