Add number of albums to /albums.
This commit is contained in:
		
							parent
							
								
									145d0a8429
								
							
						
					
					
						commit
						1974062ea4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -102,7 +102,7 @@ | ||||||
| <div id="content_body" class="sticky_side_right sticky_bottom_right"> | <div id="content_body" class="sticky_side_right sticky_bottom_right"> | ||||||
|     <div id="left"> |     <div id="left"> | ||||||
|         <div id="album_list" class="panel"> |         <div id="album_list" class="panel"> | ||||||
|             <h1>Albums</h1> |             <h1>{{albums|length}} Albums</h1> | ||||||
|             {% for album in albums %} |             {% for album in albums %} | ||||||
|             {{cards.create_album_card(album, view=view, draggable=true)}} |             {{cards.create_album_card(album, view=view, draggable=true)}} | ||||||
|             {% endfor %} |             {% endfor %} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue