This commit is contained in:
Christian Cueni 2022-11-23 07:19:31 +00:00
parent c0ef2c1391
commit fb1ac5fe65
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ log.debug("AppFooter created");
<template>
<footer class="px-8 py-4 bg-gray-200 border-t flex flex-col lg:flex-row">
<div>@2022 VBV</div>
<div>@ 2022 VBV</div>
<div class="lg:ml-8">{{ $t("footer.faq") }}</div>
<div class="lg:ml-8">{{ $t("footer.dataProtection") }}</div>
<div class="lg:ml-8">{{ $t("footer.imprint") }}</div>

View File

@ -109,7 +109,7 @@ const countStatus = computed(() => {
<li
class="inline-block pb-4 lg:pb-0 mb-4 border-b lg:border-b-0 lg:mb-0 lg:border-r flex-1"
>
<h5 class="text-gray-700 mb-4">«{{ $t("selfEvaluation.no") }}»</h5>
<h5 class="text-gray-700 mb-4">«{{ $t("selfEvaluation.yes") }}»</h5>
<div class="flex flex-row items-center">
<it-icon-smiley-happy class="w-16 h-16"></it-icon-smiley-happy>
<p class="text-7xl font-bold inline-block ml-4">

View File

@ -5,8 +5,8 @@ from django.contrib.auth.decorators import user_passes_test
from django.contrib.staticfiles.urls import staticfiles_urlpatterns
from django.urls import include, path, re_path
from django.views import defaults as default_views
from ratelimit.exceptions import Ratelimited
from grapple import urls as grapple_urls
from ratelimit.exceptions import Ratelimited
from vbv_lernwelt.core.middleware.auth import django_view_authentication_exempt
from vbv_lernwelt.core.views import (