File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{% extends "one_column_body.html" %}
2
2
<!-- template 404.jinja.html -->
3
3
{% block title %}{% filter trim %}{% trans %}Page not found{% endtrans %}{% endfilter %}{% endblock %}
4
- {% block page_class %}error-page error-404-page{% endblock %}
4
+ {% block layout_class %}error-page error-404-page{% endblock %}
5
5
{% block content %}
6
6
< h1 > {% trans %}Page not found{% endtrans %}</ h1 >
7
7
< p class ="row ">
Original file line number Diff line number Diff line change 19
19
#}
20
20
{% block head %}{% endblock %}
21
21
{% block title %}{% filter trim %}{% trans %}Complete registration{% endtrans %}{% endfilter %}{% endblock %}
22
- {% block page_class %}registration-page{% endblock %}
22
+ {% block layout_class %}registration-page{% endblock %}
23
23
{% block content %}
24
24
< div class ="flip-tabs ">
25
25
< div class ="login complete-registration flip-content flip-content-active ">
Original file line number Diff line number Diff line change 1
1
{% extends "one_column_body.html" %}
2
2
<!-- template logout.html -->
3
3
{% block title %}{% filter trim %}{% trans %}Logout{% endtrans %}{% endfilter %}{% endblock %}
4
- {% block page_class %}logout-page{% endblock %}
4
+ {% block layout_class %}logout-page{% endblock %}
5
5
{% block content %}
6
6
< h1 > {% trans %}You have successfully logged out{% endtrans %}</ h1 >
7
7
{% if have_federated_login_methods %}
Original file line number Diff line number Diff line change 1
1
{% extends "one_column_body.html" %}
2
2
{% block title %}{% trans %}Recover account{% endtrans %}{% endblock %}
3
- {% block page_class %}account-recovery-page{% endblock %}
3
+ {% block layout_class %}account-recovery-page{% endblock %}
4
4
{% block content %}
5
5
< h1 class ="section-title ">
6
6
{% if message %}
Original file line number Diff line number Diff line change 1
1
{% extends "one_column_body.html" %}
2
2
{% block title %}{{ flatpage.title }}{% endblock %}
3
- {% block page_class %}flat-page{% endblock %}
3
+ {% block layout_class %}flat-page{% endblock %}
4
4
{% block content %}
5
5
< h1 > {{ flatpage.title }}</ h1 >
6
6
{{ flatpage.content }}
Original file line number Diff line number Diff line change 2
2
{% import "macros.html" as macros %}
3
3
<!-- tags.html -->
4
4
{% block title %}{{ page_title }}{% endblock %}
5
- {% block page_class %}moderated-tags-page{% endblock %}
5
+ {% block layout_class %}moderated-tags-page{% endblock %}
6
6
{% block content %}
7
7
{% include "tags/header.html" %}
8
8
{% if tags %}
You can’t perform that action at this time.
0 commit comments