Switching from a custom user model to a user profile *yikes*
This commit is contained in:
		@@ -62,7 +62,7 @@
 | 
			
		||||
                    <a target="_blank" href="{{photo_album.url}}" class="LP-Link">
 | 
			
		||||
                        <span class="LP-Text">{{photo_album.label}}</span>
 | 
			
		||||
                    </a>
 | 
			
		||||
                    {% if user == photo_album.submitted_by or user ==  place.submitted_by %}
 | 
			
		||||
                    {% if user.explorer == photo_album.submitted_by or user.explorer ==  place.submitted_by %}
 | 
			
		||||
                    <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" %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user