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
3c42c4a7
Commit
3c42c4a7
authored
Dec 06, 2016
by
Sébastiaan Versteeg
Browse files
Add missing titles to templates
parent
78c3fe34
Changes
11
Hide whitespace changes
Inline
Side-by-side
website/merchandise/templates/merchandise/index.html
View file @
3c42c4a7
...
...
@@ -2,6 +2,8 @@
{% load staticfiles %}
{% load i18n %}
{% block title %}{% trans "Merchandise" %} — {{ block.super }}{% endblock %}
{% block body %}
<h1>
{% trans "Merchandise" %}
</h1>
...
...
website/partners/templates/partners/index.html
View file @
3c42c4a7
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Partners" %} — {% trans "Career" %} — {{ block.super }}{% endblock %}
{% block body %}
<h1>
{% trans "Our partners" %}
</h1>
...
...
@@ -73,4 +75,4 @@
</div>
</div>
{% endblock body %}
\ No newline at end of file
{% endblock body %}
website/partners/templates/partners/partner.html
View file @
3c42c4a7
{% extends "base.html" %}
{% load i18n bleach_tags %}
{% block title %}{{ partner.name }} — {% trans "Partners" %} — {% trans "Career" %} — {{ block.super }}{% endblock %}
{% block header_image %}{% spaceless %}
{% if partner.site_header %}
{{ partner.site_header.url }}
...
...
website/partners/templates/partners/vacancies.html
View file @
3c42c4a7
{% extends 'base.html' %}
{% load i18n bleach_tags %}
{% block title %}{% trans "Vacancies" %} — {% trans "Career" %} — {{ block.super }}{% endblock %}
{% block body %}
<h1>
{% trans "Vacancies" %}
</h1>
<p
class=
"tcenter"
>
...
...
website/thabloid/templates/thabloid/index.html
View file @
3c42c4a7
{% extends 'base.html' %}
{% load i18n thumbnail %}
{% block title %}{% trans "Thabloid" %} — {{ block.super }}{% endblock %}
{% block body %}
<h1>
{% trans "Thabloid" %}
</h1>
<div
class=
"portfolio portfolio-isotope"
>
<div
class=
"portfolio-filter tabs-wrapper tabs-centered clearfix"
>
<ul
class=
"tabs"
>
...
...
@@ -58,4 +62,4 @@
});
});
</script>
{% endblock %}
\ No newline at end of file
{% endblock %}
website/thaliawebsite/templates/singlepages/association.html
View file @
3c42c4a7
{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans "Association" %} — {{ block.super }}{% endblock %}
{% block body %}
<h1>
{% trans "Thalia, the study association of Computer Science and Information Science"|upper %}
</h1>
...
...
website/thaliawebsite/templates/singlepages/become_a_member.html
View file @
3c42c4a7
{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans "Become a Member" %} — {{ block.super }}{% endblock %}
{% block body %}
<h1>
{% trans "Become a Member" %}
</h1>
...
...
website/thaliawebsite/templates/singlepages/become_active.html
View file @
3c42c4a7
{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans "Become active" %} — {{ block.super }}{% endblock %}
{% block body %}
<h1>
{% trans "Become active" %}
</h1>
...
...
website/thaliawebsite/templates/singlepages/contact.html
View file @
3c42c4a7
{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans "Contact" %} — {{ block.super }}{% endblock %}
{% block body %}
<h1>
{% trans "Contact" %}
</h1>
...
...
website/thaliawebsite/templates/singlepages/for_members.html
View file @
3c42c4a7
{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans "for members"|capfirst %} — {{ block.super }}{% endblock %}
{% block body %}
<h1>
{% trans "for members"|upper %}
</h1>
...
...
website/thaliawebsite/templates/singlepages/sister_associations.html
View file @
3c42c4a7
{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans "Sister Associations" %} — {{ block.super }}{% endblock %}
{% block body %}
<h1>
{% trans "Associations of the Radboud University Science Faculty" %}
</h1>
<ul>
...
...
Write
Preview
Supports
Markdown
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