Corrected value to id property of entry
This commit is contained in:
		@@ -71,7 +71,7 @@
 | 
				
			|||||||
                                                {% for entry in test.entries %}
 | 
					                                                {% for entry in test.entries %}
 | 
				
			||||||
                                                    <tr>
 | 
					                                                    <tr>
 | 
				
			||||||
                                                        <td>
 | 
					                                                        <td>
 | 
				
			||||||
                                                            <a href="{{ url_for('admin._view_entry', id=entry) }}" >Entry {{ loop.index }}</a>
 | 
					                                                            <a href="{{ url_for('admin._view_entry', id=entry.id) }}" >Entry {{ loop.index }}</a>
 | 
				
			||||||
                                                        </td>
 | 
					                                                        </td>
 | 
				
			||||||
                                                    </tr>
 | 
					                                                    </tr>
 | 
				
			||||||
                                                {% endfor %}
 | 
					                                                {% endfor %}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user