Move the photo filename out of list to top of left.
This commit is contained in:
		
							parent
							
								
									596eb86f6e
								
							
						
					
					
						commit
						66f73a6aab
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -147,6 +147,8 @@ | ||||||
| <div id="content_body"> | <div id="content_body"> | ||||||
| <div id="left"> | <div id="left"> | ||||||
|     <div id="editor_area"> |     <div id="editor_area"> | ||||||
|  |         <h3>{{photo.basename}}</h3> | ||||||
|  | 
 | ||||||
|         <!-- TAG INFO --> |         <!-- TAG INFO --> | ||||||
|         <h4>Tags</h4> |         <h4>Tags</h4> | ||||||
|         <ul id="this_tags"> |         <ul id="this_tags"> | ||||||
|  | @ -171,7 +173,6 @@ | ||||||
|             File info |             File info | ||||||
|         </h4> |         </h4> | ||||||
|         <ul id="metadata"> |         <ul id="metadata"> | ||||||
|             <li>Filename: {{photo.basename}}</li> |  | ||||||
|             {% set author = photo.get_author() %} |             {% set author = photo.get_author() %} | ||||||
|             {% if author is not none %} |             {% if author is not none %} | ||||||
|                 <li>Author: <a href="/user/{{author.username}}">{{author.display_name}}</a></li> |                 <li>Author: <a href="/user/{{author.username}}">{{author.display_name}}</a></li> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue