Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 8c7fb5f

Browse files
committed
remove redundant information from randomizer
1 parent 019e81a commit 8c7fb5f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

coldcall/templates/coldcall/mobile/randomizer.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

coldcall/templates/coldcall/randomizer.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)