mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-20 17:50:16 -04:00
feat(destinations): don't show None if no GPA entered
This commit is contained in:
parent
1ddad17a1e
commit
d84e608ecb
|
@ -49,7 +49,7 @@
|
||||||
{% for senior in object_list %}
|
{% for senior in object_list %}
|
||||||
<tr class="d-flex">
|
<tr class="d-flex">
|
||||||
<td class="col-1">{{ senior }}</td>
|
<td class="col-1">{{ senior }}</td>
|
||||||
<td class="col-1">{{ senior.GPA }}</td>
|
<td class="col-1">{% firstof senior.GPA "" %}</td>
|
||||||
<td class="col-3">
|
<td class="col-3">
|
||||||
{# Test scores #}
|
{# Test scores #}
|
||||||
<table class="table table-sm">
|
<table class="table table-sm">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user