From bc049b350628552840beaae75064e4d1ba1253a4 Mon Sep 17 00:00:00 2001 From: Daniel W Bond Date: Sun, 28 May 2017 15:03:36 -0400 Subject: [PATCH] templates wrap at 89 characters-- mostly --- .../templates/create_confirmation.html | 5 +- .../templates/delete_confirmation.html | 5 +- .../accounts/templates/delete_student.html | 26 ++++++--- .../accounts/templates/detail_student.html | 8 ++- roomlist/accounts/templates/list_majors.html | 12 +++- .../templates/room_change_warning.html | 8 ++- .../templates/room_select_widget.html | 12 +++- .../accounts/templates/search/search.html | 4 +- .../templates/social/remove_social.html | 4 +- .../accounts/templates/update_student.html | 58 +++++++++++++------ .../housing/templates/detail_building.html | 15 +++-- roomlist/housing/templates/detail_floor.html | 9 ++- roomlist/housing/templates/detail_room.html | 5 +- .../housing/templates/list_buildings.html | 19 ++++-- roomlist/templates/about.html | 15 ++++- roomlist/templates/index.html | 20 +++++-- roomlist/templates/landing.html | 4 +- roomlist/templates/layouts/base.html | 7 ++- roomlist/templates/layouts/navbar.html | 16 +++-- roomlist/templates/messages.html | 6 +- roomlist/templates/privacy.html | 11 +++- roomlist/welcome/templates/welcome_major.html | 30 +++++++--- roomlist/welcome/templates/welcome_name.html | 41 +++++++++---- .../welcome/templates/welcome_privacy.html | 33 +++++++---- .../welcome/templates/welcome_social.html | 8 ++- 25 files changed, 275 insertions(+), 106 deletions(-) diff --git a/roomlist/accounts/templates/create_confirmation.html b/roomlist/accounts/templates/create_confirmation.html index 53acaab..ef7b6f5 100644 --- a/roomlist/accounts/templates/create_confirmation.html +++ b/roomlist/accounts/templates/create_confirmation.html @@ -1,6 +1,7 @@ {% extends 'layouts/base.html' %} - -{% block title %} SRCT RoomList | Flag {{ student.get_full_name_or_uname }} {% endblock %} +{% block title %} +SRCT Roomlist • Flag {{ student.get_full_name_or_uname }} +{% endblock %} {% block message_queue %} {% endblock %} diff --git a/roomlist/accounts/templates/delete_confirmation.html b/roomlist/accounts/templates/delete_confirmation.html index b735fdb..7d661ab 100644 --- a/roomlist/accounts/templates/delete_confirmation.html +++ b/roomlist/accounts/templates/delete_confirmation.html @@ -1,6 +1,7 @@ {% extends 'layouts/base.html' %} - -{% block title %} SRCT RoomList | Remove Flag {{ confirmation.student.get_full_name_or_uname }} {% endblock %} +{% block title %} +SRCT Roomlist • Remove Flag {{ confirmation.student.get_full_name_or_uname }} +{% endblock %} {% block message_queue %} {% endblock %} diff --git a/roomlist/accounts/templates/delete_student.html b/roomlist/accounts/templates/delete_student.html index c960c9a..4c0a404 100644 --- a/roomlist/accounts/templates/delete_student.html +++ b/roomlist/accounts/templates/delete_student.html @@ -1,6 +1,7 @@ {% extends 'layouts/base.html' %} - -{% block title %} SRCT RoomList • Delete My Account {% endblock %} +{% block title %} +SRCT Roomlist • Delete My Account +{% endblock %} {% block message_queue %} {% endblock %} @@ -40,16 +41,21 @@

{% endif %} -
{% csrf_token %} + + {% csrf_token %}
{% if form.leaving.errors %} {% for error in form.leaving.errors %} -

{{ error }}

+

+ {{ error }} +

{% endfor %} {% endif %}
@@ -65,7 +71,9 @@
{% if form.feedback.errors %} {% for error in form.feedback.errors %} -

{{ error }}

+

+ {{ error }} +

{% endfor %} {% endif %}
@@ -88,13 +96,15 @@ -
-