diff --git a/files/routes/settings.py b/files/routes/settings.py
index 0c8a8117e..c05887570 100644
--- a/files/routes/settings.py
+++ b/files/routes/settings.py
@@ -842,4 +842,14 @@ def settings_title_change(v):
v.customtitle = filter_title(new_name)
g.db.add(v)
- return redirect("/settings/profile")
\ No newline at end of file
+ return redirect("/settings/profile")
+
+
+@app.post("/settings/badges")
+@auth_required
+@validate_formkey
+def settings_badge_recheck(v):
+
+ v.refresh_selfset_badges()
+
+ return {"message":"Badges Refreshed"}
\ No newline at end of file
diff --git a/files/templates/default.html b/files/templates/default.html
index 5badc09b2..6c58fe189 100644
--- a/files/templates/default.html
+++ b/files/templates/default.html
@@ -1251,7 +1251,7 @@
{% include "expanded_image_modal.html" %}
-
+
diff --git a/files/templates/formatting.html b/files/templates/formatting.html
index 9164bcff2..705e26b0a 100644
--- a/files/templates/formatting.html
+++ b/files/templates/formatting.html
@@ -144,6 +144,6 @@ We also have some custom hooks for mentioning users and subreddits. Note that th
{% include "expanded_image_modal.html" %}
-
+
{% endblock %}
diff --git a/files/templates/login.html b/files/templates/login.html
index 885137e41..25837626f 100644
--- a/files/templates/login.html
+++ b/files/templates/login.html
@@ -130,7 +130,7 @@
{% include "bootstrap.html" %}
-
+