Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
concrexit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
thalia
concrexit
Commits
3c42c4a7
Commit
3c42c4a7
authored
Dec 06, 2016
by
Sébastiaan Versteeg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing titles to templates
parent
78c3fe34
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
26 additions
and
2 deletions
+26
-2
website/merchandise/templates/merchandise/index.html
website/merchandise/templates/merchandise/index.html
+2
-0
website/partners/templates/partners/index.html
website/partners/templates/partners/index.html
+3
-1
website/partners/templates/partners/partner.html
website/partners/templates/partners/partner.html
+2
-0
website/partners/templates/partners/vacancies.html
website/partners/templates/partners/vacancies.html
+2
-0
website/thabloid/templates/thabloid/index.html
website/thabloid/templates/thabloid/index.html
+5
-1
website/thaliawebsite/templates/singlepages/association.html
website/thaliawebsite/templates/singlepages/association.html
+2
-0
website/thaliawebsite/templates/singlepages/become_a_member.html
.../thaliawebsite/templates/singlepages/become_a_member.html
+2
-0
website/thaliawebsite/templates/singlepages/become_active.html
...te/thaliawebsite/templates/singlepages/become_active.html
+2
-0
website/thaliawebsite/templates/singlepages/contact.html
website/thaliawebsite/templates/singlepages/contact.html
+2
-0
website/thaliawebsite/templates/singlepages/for_members.html
website/thaliawebsite/templates/singlepages/for_members.html
+2
-0
website/thaliawebsite/templates/singlepages/sister_associations.html
...liawebsite/templates/singlepages/sister_associations.html
+2
-0
No files found.
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
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