Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
0677303c
Commit
0677303c
authored
Oct 04, 2016
by
Sébastiaan Versteeg
Browse files
Change all page titles of finished apps to `Relevant Title — {{ block.super }}`
parent
98a25240
Changes
19
Hide whitespace changes
Inline
Side-by-side
website/activemembers/templates/activemembers/board_detail.html
View file @
0677303c
{% extends 'base.html' %}
{% load i18n thumbnail static %}
{% block title %}{% trans "Boards" %} — {{ block.super }}{% endblock %}
{% block title %}{% trans
"Board" %} {{ board.since.year }}-{{ board.until.year }} — {% trans
"Boards" %} — {{ block.super }}{% endblock %}
{% block body %}
<h1>
...
...
website/education/templates/education/add_exam.html
View file @
0677303c
{% extends 'education/base.html' %}
{% load i18n fieldtype %}
{% block title %}
{{ block.super }} -
{% trans "Submit Exam" %}{% endblock %}
{% block title %}{% trans "Submit Exam" %}
— {{ block.super }}
{% endblock %}
{% block body %}
<h1>
{% trans "Submit Exam" %}
</h1>
...
...
website/education/templates/education/add_summary.html
View file @
0677303c
{% extends 'education/base.html' %}
{% load i18n fieldtype %}
{% block title %}
{{ block.super }} -
{% trans "Submit Summary" %}{% endblock %}
{% block title %}{% trans "Submit Summary" %}
— {{ block.super }}
{% endblock %}
{% block body %}
<h1>
{% trans "Submit Summary" %}
</h1>
...
...
website/education/templates/education/books.html
View file @
0677303c
...
...
@@ -8,7 +8,7 @@
{% endcompress %}
{% endblock %}
{% block title %}
{{ block.super }} -
{% trans "Book Sale" %}{% endblock %}
{% block title %}{% trans "Book Sale" %}
— {{ block.super }}
{% endblock %}
{% block body %}
<h1>
{% trans "Book Sale" %}
</h1>
...
...
website/education/templates/education/course.html
View file @
0677303c
{% extends 'education/base.html' %}
{% load i18n %}
{% block title %}{{
block.super
}}
-
{% trans "Course" %}
-
{{
course.name
}}{% endblock %}
{% block title %}{{
course.name
}}
—
{% trans "Course" %}
—
{{
block.super
}}{% endblock %}
{% block body %}
<h1>
{{ course.name }}
</h1>
...
...
website/education/templates/education/courses.html
View file @
0677303c
{% extends 'education/base.html' %}
{% load i18n %}
{% block title %}
{{ block.super }} -
{% trans "Course overview" %}{% endblock %}
{% block title %}{% trans "Course overview" %}
— {{ block.super }}
{% endblock %}
{% block body %}
<h1
class=
"main-title"
>
{% trans "Course overview" %}
</h1>
...
...
website/members/templates/members/account.html
View file @
0677303c
...
...
@@ -3,7 +3,7 @@
{% load static %}
{% load i18n %}
{% block title %}{% trans "members"|capfirst %}
-
{{ block.super }}{% endblock %}
{% block title %}{% trans "members"|capfirst %}
—
{{ block.super }}{% endblock %}
{% block body %}
<h1>
{% trans 'Account' %}
</h1>
...
...
website/members/templates/members/edit_profile.html
View file @
0677303c
...
...
@@ -2,7 +2,7 @@
{% load static i18n fieldtype %}
{% block title %}{% trans "edit profile"|capfirst %}
-
{% trans "members"|capfirst %}
-
{{ block.super }}{% endblock %}
{% block title %}{% trans "edit profile"|capfirst %}
—
{% trans "members"|capfirst %}
—
{{ block.super }}{% endblock %}
{% block body %}
<h1>
{% trans "edit profile"|capfirst %}
</h1>
...
...
website/members/templates/members/index.html
View file @
0677303c
...
...
@@ -3,7 +3,7 @@
{% load static %}
{% load i18n %}
{% block title %}{% trans "members"|capfirst %}
-
{{ block.super }}{% endblock %}
{% block title %}{% trans "members"|capfirst %}
—
{{ block.super }}{% endblock %}
{% block body %}
<h1>
{% trans "members"|capfirst %}
</h1>
...
...
website/members/templates/members/profile.html
View file @
0677303c
...
...
@@ -3,7 +3,7 @@
{% load static %}
{% load i18n %}
{% block title %}{% trans "profile"|capfirst %}
-
{% trans "members"|capfirst %}
-
{{ block.super }}{% endblock %}
{% block title %}{% trans "profile"|capfirst %}
—
{% trans "members"|capfirst %}
—
{{ block.super }}{% endblock %}
{% block body %}
<h1>
...
...
website/members/templates/members/statistics.html
View file @
0677303c
...
...
@@ -2,7 +2,7 @@
{% load i18n %}
{% load static %}
{% block title %}{%trans "Statistics" %}
-
{{ block.super }}{% endblock %}
{% block title %}{%trans "Statistics" %}
—
{{ block.super }}{% endblock %}
{% block body %}
<h1>
{% trans "Statistics" %}
</h1>
...
...
website/templates/registration/logged_out.html
View file @
0677303c
...
...
@@ -3,7 +3,7 @@
{% comment %}This page is automatically used by django.contrib.auth.views{% endcomment %}
{% block title %}{% trans "Logout" %}{% endblock %}
{% block title %}{% trans "Logout" %}
— {{ block.super }}
{% endblock %}
{% block body %}
...
...
website/templates/registration/login.html
View file @
0677303c
...
...
@@ -3,7 +3,7 @@
{% comment %}This page is automatically used by django.contrib.auth.views{% endcomment %}
{% block title %}{% trans "Login" %}{% endblock %}
{% block title %}{% trans "Login" %}
— {{ block.super }}
{% endblock %}
{% block body %}
<h1>
{% trans "Log in" %}
</h1>
...
...
website/templates/registration/password_change_done.html
View file @
0677303c
...
...
@@ -3,7 +3,7 @@
{% comment %}This page is automatically used by django.contrib.auth.views{% endcomment %}
{% block title %}{% trans "Password change" %}{% endblock %}
{% block title %}{% trans "Password change" %}
— {{ block.super }}
{% endblock %}
{% block body %}
...
...
website/templates/registration/password_change_form.html
View file @
0677303c
...
...
@@ -3,7 +3,7 @@
{% comment %}This page is automatically used by django.contrib.auth.views{% endcomment %}
{% block title %}{% trans "Password change" %}{% endblock %}
{% block title %}{% trans "Password change" %}
— {{ block.super }}
{% endblock %}
{% block body %}
...
...
website/templates/registration/password_reset_complete.html
View file @
0677303c
...
...
@@ -3,7 +3,7 @@
{% comment %}This page is automatically used by django.contrib.auth.views{% endcomment %}
{% block title %}{% trans "Forgot password" %}{% endblock %}
{% block title %}{% trans "Forgot password" %}
— {{ block.super }}
{% endblock %}
{% block body %}
...
...
website/templates/registration/password_reset_confirm.html
View file @
0677303c
...
...
@@ -3,7 +3,7 @@
{% comment %}This page is automatically used by django.contrib.auth.views{% endcomment %}
{% block title %}{% trans "Forgot password" %}{% endblock %}
{% block title %}{% trans "Forgot password" %}
— {{ block.super }}
{% endblock %}
{% block body %}
...
...
website/templates/registration/password_reset_done.html
View file @
0677303c
...
...
@@ -3,7 +3,7 @@
{% comment %}This page is automatically used by django.contrib.auth.views{% endcomment %}
{% block title %}{% trans "Forgot password" %}{% endblock %}
{% block title %}{% trans "Forgot password" %}
— {{ block.super }}
{% endblock %}
{% block body %}
...
...
website/templates/registration/password_reset_form.html
View file @
0677303c
...
...
@@ -3,7 +3,7 @@
{% comment %}This page is automatically used by django.contrib.auth.views{% endcomment %}
{% block title %}{% trans "Forgot password" %}{% endblock %}
{% block title %}{% trans "Forgot password" %}
— {{ block.super }}
{% endblock %}
{% block body %}
<h1>
{% trans "Forgot password" %}
</h1>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment