diff --git a/roomlist/accounts/templates/detailStudent.html b/roomlist/accounts/templates/detailStudent.html index 4f3ea8b050d4ab872c42aca99630b5f4e370c460..c88622eb22fb6e38df01c4568a4ab0149061f0f2 100644 --- a/roomlist/accounts/templates/detailStudent.html +++ b/roomlist/accounts/templates/detailStudent.html @@ -32,6 +32,9 @@ {% endif %} {% endif %}

+ {% if student.get_flag_count > 4 %} +

* a number of other floormates say this room info is incorrect

+ {% endif %} {% endif %}

shares room with: {{ student.privacy }}

diff --git a/roomlist/housing/templates/detail_floor.html b/roomlist/housing/templates/detail_floor.html index 5eed8c72c35ad5f7d197c72340722886d58f1d5e..a040922e948e36f23dfdfab9048d447bf9f04a8f 100644 --- a/roomlist/housing/templates/detail_floor.html +++ b/roomlist/housing/templates/detail_floor.html @@ -23,6 +23,9 @@

{{ student.user.first_name }} {{ student.user.last_name }}

{{ student.major.name }}
{{ student.room }}
+ {% if student.get_flag_count %} +

*a number of other floormates say this info is incorrect

+ {% endif %} {% endfor %} diff --git a/roomlist/housing/templates/detail_room.html b/roomlist/housing/templates/detail_room.html index 61ada92773799a3544c82909d650c2145efa7546..81c0124c5764cf14e916a0e4f0653527638d2148 100644 --- a/roomlist/housing/templates/detail_room.html +++ b/roomlist/housing/templates/detail_room.html @@ -19,6 +19,9 @@ {{ student.user.first_name }} Gravatar picture

{{ student.user.first_name }} {{ student.user.last_name }}

{{ student.major.name }}
+ {% if student.get_flag_count > 4 %} +

* a number of other floormates say this info is incorrect

+ {% endif %} {% endfor %}