update title in head

This commit is contained in:
2022-03-21 13:03:45 +00:00
parent 7b07d253c8
commit 59e0d89521
28 changed files with 45 additions and 12 deletions

View File

@@ -1,5 +1,7 @@
{% extends "base.html" %}
{% block title %}{{ attachment.title }}{% endblock %}
{% block content %}
<!-- Main Content -->
<main class="container mx-auto w-full px-4 my-8 flex-1">

View File

@@ -1,5 +1,7 @@
{% extends 'base.html' %}
{% block title %}Anhang Ordner hinzufügen{% endblock %}
{% block content %}
<!-- Main Content -->
<main class="container mx-auto w-full px-4 my-8 flex-1">

View File

@@ -1,5 +1,7 @@
{% extends 'base.html' %}
{% block title %}{{ attachment.title }} bearbeiten{% endblock %}
{% block content %}
<!-- Main Content -->
<main class="container mx-auto w-full px-4 my-8 flex-1">

View File

@@ -1,5 +1,7 @@
{% extends 'base.html' %}
{% block title %}Etherpad hinzufügen{% endblock %}
{% block content %}
<!-- Main Content -->
<main class="container mx-auto w-full px-4 my-8 flex-1">

View File

@@ -1,5 +1,7 @@
{% extends 'base.html' %}
{% block title %}Datei hinzufügen{% endblock %}
{% block content %}
<!-- Main Content -->
<main class="container mx-auto w-full px-4 my-8 flex-1">

View File

@@ -1,5 +1,7 @@
{% extends "base.html" %}
{% block title %}Intern{% endblock %}
{% block content %}
<!-- Main Content -->
<main class="container mx-auto w-full px-4 my-8 flex-1">

View File

@@ -1,5 +1,7 @@
{% extends 'base.html' %}
{% block title %}Task hinzufügen{% endblock %}
{% block content %}
<!-- Main Content -->
<main class="container mx-auto w-full px-4 my-8 flex-1">

View File

@@ -1,5 +1,7 @@
{% extends "base.html" %}
{% block title %}{{ active_topic.title }}{% endblock %}
{% block content %}
<!-- Main Content -->
<main class="container mx-auto w-full px-4 my-8 flex-1">

View File

@@ -1,5 +1,7 @@
{% extends 'base.html' %}
{% block title %}Thema hinzufügen{% endblock %}
{% block content %}
<!-- Main Content -->
<main class="container mx-auto w-full px-4 my-8 flex-1">

View File

@@ -1,5 +1,7 @@
{% extends 'base.html' %}
{% block title %}{{ topic.title }} bearbeiten{% endblock %}
{% block content %}
<!-- Main Content -->
<main class="container mx-auto w-full px-4 my-8 flex-1">