Place delete
This commit is contained in:
		@@ -62,7 +62,7 @@
 | 
			
		||||
						<span class="LP-Text">{{photo_album.label}}</span>
 | 
			
		||||
					</a>
 | 
			
		||||
					{% if user == photo_album.submitted_by or user ==  place.submitted_by %}
 | 
			
		||||
					<a href="google.com" class="LP-Link LP-LinkList__ItemHover" title="Delete Photo Album">
 | 
			
		||||
					<a href="{% url 'photo_album_delete' pk=photo_album.pk%}" class="LP-Link LP-LinkList__ItemHover" title="Delete Photo Album">
 | 
			
		||||
						<div class="RV-Iconized__Container RV-Iconized__Container--small">
 | 
			
		||||
							{% icon 'trash' className="RV-Iconized__Icon" %}
 | 
			
		||||
						</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user