diff --git a/note_kfet/templates/base.html b/note_kfet/templates/base.html index fb4001b4..6e6b977b 100644 --- a/note_kfet/templates/base.html +++ b/note_kfet/templates/base.html @@ -22,7 +22,8 @@ SPDX-License-Identifier: GPL-3.0-or-later - {# Bootstrap CSS #} + + {# Bootstrap, Font Awesome and custom CSS #} {% else %} - - + {% if request.path != "/registration/signup/" %} + + {% endif %} + {% if request.path != "/accounts/login/" %} + + {% endif %} {% endif %}