mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 09:18:24 +00:00 
			
		
		
		
	rdv: correct redirections
This commit is contained in:
		| @@ -51,9 +51,9 @@ | ||||
|     <a  | ||||
|       class="btn btn-cancel" | ||||
|       {%- if context == 'person' -%}  | ||||
|       href="{{ chill_return_path_or('chill_activity_activity_list', { 'person_id': person.id } )}}" | ||||
|       href="{{ chill_return_path_or('chill_calendar_calendar', { 'person_id': person.id } )}}" | ||||
|       {%- else -%} | ||||
|       href="{{ chill_return_path_or('chill_activity_activity_list', { 'accompanying_period_id': accompanyingCourse.id } )}}" | ||||
|       href="{{ chill_return_path_or('chill_calendar_calendar', { 'accompanying_period_id': accompanyingCourse.id } )}}" | ||||
|       {%- endif -%} | ||||
|       > | ||||
|       {{ 'Cancel'|trans|chill_return_path_label }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user