diff --git a/news/models.py b/news/models.py index d939ba1..80b7ef8 100644 --- a/news/models.py +++ b/news/models.py @@ -86,6 +86,6 @@ class Player(models.Model): class Tag(models.Model): name = models.CharField(max_length=100) - post = models.ManyToManyField(Post, null=True, blank=True) + post = models.ManyToManyField(Post, blank=True) def __str__(self): return self.name diff --git a/news/static/news/css/app.css b/news/static/news/css/app.css index af9faae..a574c88 100644 --- a/news/static/news/css/app.css +++ b/news/static/news/css/app.css @@ -197,7 +197,7 @@ a h1 { } .imgcontainer h1 span { - background-color: #111111; + background-color: #000; } .inside_image_top { diff --git a/news/templates/news/static/about.html b/news/templates/news/static/about.html index f75243b..b5fd532 100644 --- a/news/templates/news/static/about.html +++ b/news/templates/news/static/about.html @@ -8,7 +8,17 @@

This site is owned by Stax River. - It is hosted by ALWAYSDATA, 91 rue du Faubourg Saint-Honoré, 75008 Paris (phone: +33 1 84 16 23 40). +

+ +

Host

+

+ This website is hosted by ALWAYSDATA, 91 rue du Faubourg Saint-Honoré, 75008 Paris (phone: +33 1 84 16 23 40). +

+ +

GDPR

+

+ When creating an account on Poker Rumble, you specify an email used to retrieve your password if it's lost. We store it in a database and that's it. + No selling personal data, no cookies, no crap.

{% endblock content %} diff --git a/news/templates/news/submission.html b/news/templates/news/submission.html index 69f54d0..7a57f84 100644 --- a/news/templates/news/submission.html +++ b/news/templates/news/submission.html @@ -2,7 +2,7 @@ {% load static %} -{% block title %}My amazing submission{% endblock %} +{% block title %}Submit great stuff{% endblock %} {% block content %} diff --git a/news/templates/news/submitted.html b/news/templates/news/submitted.html index 665eca4..c4e1cbb 100644 --- a/news/templates/news/submitted.html +++ b/news/templates/news/submitted.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}My amazing blog{% endblock %} +{% block title %}Submission done{% endblock %} {% block content %} diff --git a/news/templates/news/user/account.html b/news/templates/news/user/account.html index 646cba7..526cff0 100644 --- a/news/templates/news/user/account.html +++ b/news/templates/news/user/account.html @@ -1,8 +1,6 @@ {% extends "base.html" %} -{% block title %} - Account -{% endblock %} +{% block title %}Account - Poker Rumble{% endblock %} {% block content %} diff --git a/news/templates/news/user/change-password.html b/news/templates/news/user/change-password.html index 52e3cec..02242ec 100644 --- a/news/templates/news/user/change-password.html +++ b/news/templates/news/user/change-password.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %} - Change password + Change password - Poker Rumble {% endblock %} {% block content %} diff --git a/news/templates/news/user/password_reset_complete.html b/news/templates/news/user/password_reset_complete.html index 4415e0d..0fd655d 100644 --- a/news/templates/news/user/password_reset_complete.html +++ b/news/templates/news/user/password_reset_complete.html @@ -1,5 +1,9 @@ {% extends 'base.html' %} +{% block title %} + Password changed - Poker Rumble +{% endblock %} + {% block content %}

Your password has been set. You may go ahead and sign in now. diff --git a/news/templates/news/user/password_reset_done.html b/news/templates/news/user/password_reset_done.html index 3a72b85..afebe82 100644 --- a/news/templates/news/user/password_reset_done.html +++ b/news/templates/news/user/password_reset_done.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} -{% block title %}Email Sent{% endblock %} +{% block title %}Email Sent - Poker Rumble{% endblock %} {% block content %}

Check your inbox.

diff --git a/news/templates/news/user/password_reset_form.html b/news/templates/news/user/password_reset_form.html index 03a9232..e14388a 100644 --- a/news/templates/news/user/password_reset_form.html +++ b/news/templates/news/user/password_reset_form.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} -{% block title %}Forgot Your Password?{% endblock %} +{% block title %}Forgot Your Password? - Poker Rumble{% endblock %} {% block content %}

Forgot your password?

diff --git a/news/templates/news/user/signin.html b/news/templates/news/user/signin.html index 0136853..dee8f83 100644 --- a/news/templates/news/user/signin.html +++ b/news/templates/news/user/signin.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %} - Sign-in + Sign-in - Poker Rumble {% endblock %} {% block content %}