Show proper URL for photo
This commit is contained in:
		
							parent
							
								
									991140fb8b
								
							
						
					
					
						commit
						1ec178374d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
{% block content %}
 | 
			
		||||
<h1>{{ recette.nom }}</h1>
 | 
			
		||||
 | 
			
		||||
<div class="photo"><img src="{{ recette.photo }}"></div>
 | 
			
		||||
<div class="photo"><img src="{{ recette.photo.url }}"></div>
 | 
			
		||||
 | 
			
		||||
<div>{{ recette.preparation }}</div>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue