diff --git a/app/reddit/templates/reddit/add.html b/app/reddit/templates/reddit/add.html index 14f1381..127ebb1 100644 --- a/app/reddit/templates/reddit/add.html +++ b/app/reddit/templates/reddit/add.html @@ -3,17 +3,20 @@ {% block title %}Add Reddit Account{% endblock %} {% block content %} -
This will bind a Reddit account to your Auth Gateway login, this is usually required for application to the corporation
Please note, you will be forever tied to this account and posts and comments made on this account will be checked on from time to time
+ {% endblock %} diff --git a/app/reddit/templates/reddit/delete.html b/app/reddit/templates/reddit/delete.html index de795de..3eea592 100644 --- a/app/reddit/templates/reddit/delete.html +++ b/app/reddit/templates/reddit/delete.html @@ -6,7 +6,7 @@Do you wish to delete the Reddit account {{ account.username }} from Auth?
{% endblock %}