fix wording

This commit is contained in:
2023-08-29 11:50:04 +00:00
parent d23b4ef87b
commit 9f37ab1097

View File

@@ -1,11 +1,11 @@
{% extends 'base.html' %} {% extends 'base.html' %}
{% block title %}Thema hinzufügen{% endblock %} {% block title %}Neues Thema hinzufügen{% endblock %}
{% block content %} {% block content %}
<!-- Main Content --> <!-- Main Content -->
<main class="container mx-auto w-full px-4 my-8 flex-1"> <main class="container mx-auto w-full px-4 my-8 flex-1">
<h1 class="page-title">Thema hinzufügen</h1> <h1 class="page-title">neues Thema hinzufügen</h1>
<div class="w-full h-full flex-1 flex justify-center items-center"> <div class="w-full h-full flex-1 flex justify-center items-center">
<form action="" method="POST" enctype="multipart/form-data" class="w-full max-w-prose sm:px-28 sm:py-4 grid grid-cols-1 gap-y-3 sm:gap-y-6 text-gray-900"> <form action="" method="POST" enctype="multipart/form-data" class="w-full max-w-prose sm:px-28 sm:py-4 grid grid-cols-1 gap-y-3 sm:gap-y-6 text-gray-900">
{% csrf_token %} {% csrf_token %}