Corrected bug in exam display
This commit is contained in:
		@@ -35,7 +35,7 @@
 | 
				
			|||||||
                    </li>
 | 
					                    </li>
 | 
				
			||||||
                    <li class="list-group-item list-group-item-action">
 | 
					                    <li class="list-group-item list-group-item-action">
 | 
				
			||||||
                        <div class="d-flex w-100 justify-content-between">
 | 
					                        <div class="d-flex w-100 justify-content-between">
 | 
				
			||||||
                            <h5 class="mb-1">Expiry Date</h5>
 | 
					                            <h5 class="mb-1">Start Date</h5>
 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
                        {{ test.start_date.strftime('%d %b %Y') }}
 | 
					                        {{ test.start_date.strftime('%d %b %Y') }}
 | 
				
			||||||
                    </li>
 | 
					                    </li>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user