Added result page.
This commit is contained in:
		@@ -33,7 +33,7 @@
 | 
				
			|||||||
            Unfortunately, you have not passed the theory exam in this attempt. For your next attempt, it might help to revise the following topics:
 | 
					            Unfortunately, you have not passed the theory exam in this attempt. For your next attempt, it might help to revise the following topics:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <ul>
 | 
					            <ul>
 | 
				
			||||||
                {% for tag in show_low_tags %}
 | 
					                {% for tag in tag_output %}
 | 
				
			||||||
                    <li>{{ tag[0] }}</li>
 | 
					                    <li>{{ tag[0] }}</li>
 | 
				
			||||||
                {% endfor %}
 | 
					                {% endfor %}
 | 
				
			||||||
            </ul>
 | 
					            </ul>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user