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,6 +1,6 @@
{% extends 'base.html' %}
{% block title %}FET: Login{% endblock %}
{% block title %}Login{% endblock %}
{% block content %}
<!-- Main Content -->

View File

@@ -6,7 +6,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}FET: Startseite{% endblock %}</title>
<title>FET: {% block title %}Startseite{% endblock %}</title>
<meta name="author" content="Fachschaft Elektrotechnik (FET)">
<meta name="description" content="Die Fachschaft Elektrotechnik besteht aus ET Studierenden, die sich um die Anliegen der Studenten und Studentinnen kümmern.">

View File

@@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% block title %}FET: Blackboard{% endblock %}
{% block title %}Blackboard{% endblock %}
{% block content %}
<!-- Main Content -->

View File

@@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% block title %}FET: {{ flatpage.title }}{% endblock %}
{% block title %}{{ flatpage.title }}{% endblock %}
{% block content %}
<!-- Main Content -->

View File

@@ -1,5 +1,8 @@
{% extends 'layout.html' %}
{% load static %}
{% block title %}Social Media{% endblock %}
{% block content %}
<div class="grid-container">

View File

@@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% load static %}
{% block title %}FET: {{ album.title }}{% endblock %}
{% block title %}{{ album.title }}{% endblock %}
{% block galleryheader %}
<link rel="stylesheet" href="{% static 'Gallery-3.3.0/css/blueimp-gallery.min.css' %}">

View File

@@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% block title %}FET: Gallery{% endblock %}
{% block title %}Gallery{% endblock %}
{% block content %}
<!-- Main Content -->

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">

View File

@@ -1,6 +1,6 @@
{% extends 'members/index.html' %}
{% block title %}FET: {{ active_job_group.name }}{% endblock %}
{% block title %}{{ active_job_group.name }}{% endblock %}
{% block jobs_content %}
<div class="db-page-content">

View File

@@ -1,7 +1,7 @@
{% extends 'members/index.html' %}
{% load softhyphen_tags %}
{% block title %}FET: {{ member.firstname }} {{ member.surname }}{% endblock %}
{% block title %}{{ member.firstname }} {{ member.surname }}{% endblock %}
{% block extraheader %}
<meta content="{{member.image.url}}" property="og:image">

View File

@@ -1,6 +1,6 @@
{% extends 'members/index.html' %}
{% block title %}FET: Fachschaft{% endblock %}
{% block title %}Fachschaft{% endblock %}
{% block members_content %}
{% if fs_info %}

View File

@@ -2,7 +2,7 @@
{% load post_helpers %}
{% block title %}FET: News{% endblock %}
{% block title %}News{% endblock %}
{% block content %}
<!-- Main Content -->

View File

@@ -3,7 +3,7 @@
{% load post_helpers %}
{% load admin_urls %}
{% block title %}FET: News{% endblock %}
{% block title %}News{% endblock %}
{% block extraheader %}
<meta content="{{ post.imageurl }}" property="og:image">

View File

@@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% block title %}FET: News{% endblock %}
{% block title %}News{% endblock %}
{% block content %}
<!-- Main Content -->

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 %}Tasks{% 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 %}{{ task.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 %}{{ task.title }} bearbeiten{% endblock %}
{% block content %}
<!-- Main Content -->
<main class="container mx-auto w-full px-4 my-8 flex-1">