This repository was archived by the owner on Sep 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
coldcall/templates/coldcall Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ <h1>Randomly Select a Student</h1>
123123 {% if student %}
124124 < div class ="student-info ">
125125 < h2 > {{ student.first_name }} {{ student.last_name }}</ h2 >
126- < p > Seat Number: {{ student.seating }}</ p >
127126 < p > Prior Calls: {{ student.total_calls }}</ p >
128127 < p > Average Rating: {{ avg_rating }} / 5</ p >
129128
Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ <h1>Randomly Select a Student</h1>
138138 {% if student %}
139139 < div class ="student-info ">
140140 < h2 > {{ student.first_name }} {{ student.last_name }}</ h2 >
141- < p > Seat Number: {{ student.seating }}</ p >
142141 < p > Prior Calls: {{ student.total_calls }}</ p >
143142 < p > Average Rating: {{ avg_rating }} / 5</ p >
144143 < p id ="status-label "> Status: None</ p >
You can’t perform that action at this time.
0 commit comments