Fix text
This commit is contained in:
parent
c0ef2c1391
commit
fb1ac5fe65
|
|
@ -6,7 +6,7 @@ log.debug("AppFooter created");
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<footer class="px-8 py-4 bg-gray-200 border-t flex flex-col lg:flex-row">
|
<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.faq") }}</div>
|
||||||
<div class="lg:ml-8">{{ $t("footer.dataProtection") }}</div>
|
<div class="lg:ml-8">{{ $t("footer.dataProtection") }}</div>
|
||||||
<div class="lg:ml-8">{{ $t("footer.imprint") }}</div>
|
<div class="lg:ml-8">{{ $t("footer.imprint") }}</div>
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,7 @@ const countStatus = computed(() => {
|
||||||
<li
|
<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"
|
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">
|
<div class="flex flex-row items-center">
|
||||||
<it-icon-smiley-happy class="w-16 h-16"></it-icon-smiley-happy>
|
<it-icon-smiley-happy class="w-16 h-16"></it-icon-smiley-happy>
|
||||||
<p class="text-7xl font-bold inline-block ml-4">
|
<p class="text-7xl font-bold inline-block ml-4">
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@ from django.contrib.auth.decorators import user_passes_test
|
||||||
from django.contrib.staticfiles.urls import staticfiles_urlpatterns
|
from django.contrib.staticfiles.urls import staticfiles_urlpatterns
|
||||||
from django.urls import include, path, re_path
|
from django.urls import include, path, re_path
|
||||||
from django.views import defaults as default_views
|
from django.views import defaults as default_views
|
||||||
from ratelimit.exceptions import Ratelimited
|
|
||||||
from grapple import urls as grapple_urls
|
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.middleware.auth import django_view_authentication_exempt
|
||||||
from vbv_lernwelt.core.views import (
|
from vbv_lernwelt.core.views import (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue