Fix formularOKView (TemplateDoesNotExist)
This commit is contained in:
		
							parent
							
								
									e0dc75763c
								
							
						
					
					
						commit
						46a8f136fa
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -13,7 +13,7 @@ from django.urls import reverse | |||
| 
 | ||||
| # Interní, nemá se nikdy objevit v urls (jinak to účastníci vytrolí) | ||||
| def formularOKView(request, text='', dalsi_odkazy: Sequence[tuple[str, str]] = ()): | ||||
| 	template_name = 'seminar/formular_ok.html' | ||||
| 	template_name = 'various/formular_ok.html' | ||||
| 	odkazy = list(dalsi_odkazy) + [ | ||||
| 		# (Text, odkaz) | ||||
| 		('Vrátit se na titulní stránku', reverse('titulni_strana')), | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue