Add class=panel to bookmark list.
This commit is contained in:
		
							parent
							
								
									886ddecfa7
								
							
						
					
					
						commit
						63af7b48e6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -34,7 +34,7 @@ | |||
| <body> | ||||
|     {{header.make_header(session=session)}} | ||||
|     <div id="content_body"> | ||||
|         <div id="bookmark_list"> | ||||
|         <div id="bookmark_list" class="panel"> | ||||
|             <h2>Bookmarks</h2> | ||||
|             {% for bookmark in bookmarks %} | ||||
|             {{cards.create_bookmark_card(bookmark, add_delete_button=True, add_url_element=True)}} | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue