add "Last year" option to time range selection
This commit is contained in:
		
							parent
							
								
									6b6007fc78
								
							
						
					
					
						commit
						2fc1091b7f
					
				| @ -11,4 +11,7 @@ | |||||||
|     <option id="time-range-month" value="month" {{ "selected" if time_range=="month" else ""}}> |     <option id="time-range-month" value="month" {{ "selected" if time_range=="month" else ""}}> | ||||||
|         {{ _('Last month') }} |         {{ _('Last month') }} | ||||||
|     </option> |     </option> | ||||||
|  |     <option id="time-range-year" value="year" {{ "selected" if time_range=="year" else ""}}> | ||||||
|  |         {{ _('Last year') }} | ||||||
|  |     </option> | ||||||
| </select> | </select> | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user