Revert "Birthday" and "Add birthday number and link to forum topic"

This reverts commit 224fef683d.

This reverts commit 14e01c9007.
This commit is contained in:
rubenwardy
2023-05-26 21:39:24 +01:00
parent 224fef683d
commit e5f669ccb6
7 changed files with 9 additions and 34 deletions

View File

@@ -73,7 +73,7 @@
<h1>
{% if thread.review %}
{% if thread.review.rating > 3 %}
<i class="fas fa-birthday-cake mr-2" style="color:#6f6;"></i>
<i class="fas fa-thumbs-up mr-2" style="color:#6f6;"></i>
{% elif thread.review.rating < 3 %}
<i class="fas fa-thumbs-down mr-2" style="color:#f66;"></i>
{% else %}