More Bug Fixes
This commit is contained in:
		@@ -63,6 +63,7 @@
 | 
			
		||||
                            Incomplete
 | 
			
		||||
                        {% endif %}
 | 
			
		||||
                    </li>
 | 
			
		||||
                    {% if results in entry %}
 | 
			
		||||
                        <li class="list-group-item list-group-item-action">
 | 
			
		||||
                            <div class="d-flex w-100 justify-content-between">
 | 
			
		||||
                                <h5 class="mb-1">Score</h5>
 | 
			
		||||
@@ -75,7 +76,11 @@
 | 
			
		||||
                            </div>
 | 
			
		||||
                            {{ entry.results.grade[0]|upper }}{{ entry.results.grade[1:]}}
 | 
			
		||||
                        </li>
 | 
			
		||||
                    {% else %}
 | 
			
		||||
                        No results to display.
 | 
			
		||||
                    {% endif %}
 | 
			
		||||
                </ul>
 | 
			
		||||
                {% if not results in entry %}
 | 
			
		||||
                    <div class="accordion" id="results-breakdown">
 | 
			
		||||
                        <div class="accordion-item">
 | 
			
		||||
                            <h2 class="accordion-header" id="by-category">
 | 
			
		||||
@@ -156,6 +161,7 @@
 | 
			
		||||
                            </div>
 | 
			
		||||
                        </div>
 | 
			
		||||
                    </div>
 | 
			
		||||
                {% endif %}
 | 
			
		||||
                <div class="container justify-content-center">
 | 
			
		||||
                    <div class="row">
 | 
			
		||||
                        <a href="#" class="btn btn-primary result-action-buttons" data-result-action="generate" data-_id="{{ entry._id }}">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user