Skip to content

Commit

Permalink
Remove all custom body css classes
Browse files Browse the repository at this point in the history
They were used in the previous css but are not needed int the new design
anymore
  • Loading branch information
Knut Hühne committed Jul 4, 2016
1 parent a46f80f commit fa7f0c9
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 16 deletions.
2 changes: 0 additions & 2 deletions foundation/jobs/templates/jobs/job_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
{% load cms_tags %}
{% load markdown_deux_tags %}

{% block body-class %}jobs{% endblock %}

{% block blurb %}{% static_placeholder "jobs blurb" %}{% endblock %}

{% block body %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{% load markdown_deux_tags %}

{% block title %}{{ object.name }}{% endblock %}
{% block body-class %}network-group page-template{% endblock %}

{% block pagebanner-inner %}
<h2>{{ object.name }}</h2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{% load markdown_deux_tags %}

{% block title %}{{ object.name }}{% endblock %}
{% block body-class %}page-template{% endblock %}

{% block pagebanner-inner %}
<h2>{{ object.name }}</h2>
Expand Down
2 changes: 0 additions & 2 deletions foundation/organisation/templates/organisation/unit_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
{% load cms_tags %}
{% load markdown_deux_tags %}

{% block body-class %}team-template{% endblock %}

{% block blurb %}{% static_placeholder "units blurb" %}{% endblock %}

{% block body %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
{% load markdown_deux_tags %}
{% load thumbnail %}

{% block body-class %}working-groups{% endblock %}

{% block blurb %}{% static_placeholder "working groups blurb" %}{% endblock %}

{% block body %}
Expand Down
2 changes: 0 additions & 2 deletions foundation/press/templates/press/pressmention_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
{% load i18n %}
{% load cms_tags %}

{% block body-class %}page-template{% endblock %}

{% block blurb %}{% static_placeholder "press mentions blurb" %}{% endblock %}

{% block body %}
Expand Down
2 changes: 0 additions & 2 deletions foundation/press/templates/press/pressrelease_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
{% load i18n %}
{% load cms_tags %}

{% block body-class %}press-releases{% endblock %}

{% block blurb %}{% static_placeholder "press releases blurb" %}{% endblock %}

{% block body %}
Expand Down
1 change: 0 additions & 1 deletion foundation/search/templates/search/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{% load i18n %}

{% block title %}{% trans 'Search' %}{% endblock %}
{% block body-class %}page-template{% endblock %}

{% block pagebanner-inner %}
<h2>{% trans 'Search' %}</h2>
Expand Down
1 change: 0 additions & 1 deletion templates/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{% load i18n %}

{% block title %}{% trans 'Page not found' %}{% endblock %}
{% block body-class %}page-template{% endblock %}

{% block pagebanner %}
<div class='banner'>
Expand Down
3 changes: 1 addition & 2 deletions templates/accounts/login.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% extends "general.html" %}

{% block title %}Login{% endblock %}
{% block body-class %}login{% endblock %}

{% block body %}
<h1>Login</h1>
Expand All @@ -15,6 +14,6 @@ <h1>Login</h1>
{{form.non_field_errors}}
<button type='submit' class='btn btn-default'>Log in</button>
</form>

<a href="{% url 'password_reset' %}">Forgotten password?</a>
{% endblock %}

0 comments on commit fa7f0c9

Please sign in to comment.