mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 09:19:08 +00:00 
			
		
		
		
	Implemented form templates
This commit is contained in:
		
							
								
								
									
										3
									
								
								application/templates/source/form/content/name.html.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								application/templates/source/form/content/name.html.twig
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| {{ form_start(form) }} | ||||
| {{ form_widget(form) }} | ||||
| {{ form_end(form) }} | ||||
							
								
								
									
										5
									
								
								application/templates/source/form/name.html.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								application/templates/source/form/name.html.twig
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| {% extends "source/form/source.html.twig" %} | ||||
| {% block content %} | ||||
| <h1>{% trans %} Name {% endtrans %}</h1> | ||||
| {% include "source/form/content/name." ~ app.request.requestFormat ~ ".twig" %} | ||||
| {% endblock %} | ||||
							
								
								
									
										6
									
								
								application/templates/source/form/source.html.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								application/templates/source/form/source.html.twig
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| {% extends "frames/default.html.twig" %} | ||||
| {% block title %} | ||||
| 	{% trans %} | ||||
| 	Source | ||||
| 	{% endtrans %} | ||||
| {% endblock %} | ||||
		Reference in New Issue
	
	Block a user