frontend styling and misc fixes

This commit is contained in:
Per Stark
2025-01-24 14:20:16 +01:00
parent a9e2f67b3f
commit 3df72ce99d
8 changed files with 52 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
{% extends "body_base.html" %}
{% block main %}
{% if user %}
{% include 'index/signed_in_view.html' %}
{% include 'index/signed_in/base.html' %}
{% else %}
{% include 'index/hero.html' %}
{% if not gdpr_accepted %}