Skip to content

Commit a71c2ac

Browse files
committed
Pre-release Commits
1 parent e4a1c14 commit a71c2ac

39 files changed

+23
-2171
lines changed

apps/templates/accounts/login.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{% extends 'layouts/base-fullscreen.html' %}
22

3+
{% block title %} Login {% endblock %}
34

45
{% block content %}
56

apps/templates/accounts/password_change.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{% extends 'layouts/base-fullscreen.html' %}
22

3+
{% block title %} Pass Change {% endblock %}
34

45
{% block content %}
56

apps/templates/accounts/password_change_done.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{% extends 'layouts/base-fullscreen.html' %}
22

3+
{% block title %} Pass Change (Completed) {% endblock %}
34

45
{% block content %}
56

apps/templates/accounts/password_reset.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{% extends 'layouts/base-fullscreen.html' %}
22

3+
{% block title %} Dashboard {% endblock %}
34

45
{% block content %}
56

apps/templates/accounts/password_reset_complete.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{% extends 'layouts/base-fullscreen.html' %}
22

3+
{% block title %} Pass Reset (Completed) {% endblock %}
34

45
{% block content %}
56

apps/templates/accounts/password_reset_confirm.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{% extends 'layouts/base-fullscreen.html' %}
22

3+
{% block title %} Pass Reset (Confirm) {% endblock %}
34

45
{% block content %}
56

apps/templates/accounts/password_reset_done.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{% extends 'layouts/base-fullscreen.html' %}
22

3+
{% block title %} Pass Reset {% endblock %}
34

45
{% block content %}
56

apps/templates/accounts/register.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{% extends 'layouts/base-fullscreen.html' %}
22

3+
{% block title %} Register {% endblock %}
34

45
{% block content %}
56

apps/templates/admin/actions.html

Lines changed: 0 additions & 33 deletions
This file was deleted.

apps/templates/admin/auth/user/add_form.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)