mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 20:13:46 +00:00 
			
		
		
		
	template_parser: Fix f-string not formatted.
This commit is contained in:
		| @@ -497,7 +497,7 @@ def validate( | |||||||
|                             if state.html_context == "unknown" |                             if state.html_context == "unknown" | ||||||
|                             else "" |                             else "" | ||||||
|                         ) |                         ) | ||||||
|                         + " at {fn} line {token.line}, col {token.col}" |                         + f" at {fn} line {token.line}, col {token.col}" | ||||||
|                     ) |                     ) | ||||||
|  |  | ||||||
|             if new_context not in FOREIGN_CONTEXTS: |             if new_context not in FOREIGN_CONTEXTS: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user