mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 09:19:08 +00:00 
			
		
		
		
	Prepared structure for forms
This commit is contained in:
		| @@ -1 +0,0 @@ | ||||
| {% include "source/content/name." ~ app.request.requestFormat ~ ".twig" with {'source':source.userSource}%} | ||||
| @@ -1,5 +0,0 @@ | ||||
| {% extends "source/source.html.twig" %} | ||||
| {% block content %} | ||||
| <h1>{% trans %} Name {% endtrans %}</h1> | ||||
| {% include "source/content/name." ~ app.request.requestFormat ~ ".twig" %} | ||||
| {% endblock %} | ||||
| @@ -1,5 +0,0 @@ | ||||
| {% extends "source/source.html.twig" %} | ||||
| {% block content %} | ||||
| <h1>{% trans %} User {% endtrans %}</h1> | ||||
| {% include "source/content/user." ~ app.request.requestFormat ~ ".twig" %} | ||||
| {% endblock %} | ||||
							
								
								
									
										1
									
								
								application/templates/source/view/content/user.html.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								application/templates/source/view/content/user.html.twig
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| {% include "source/view/content/name." ~ app.request.requestFormat ~ ".twig" with {'source':source.userSource}%} | ||||
							
								
								
									
										5
									
								
								application/templates/source/view/name.html.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								application/templates/source/view/name.html.twig
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| {% extends "source/view/source.html.twig" %} | ||||
| {% block content %} | ||||
| <h1>{% trans %} Name {% endtrans %}</h1> | ||||
| {% include "source/view/content/name." ~ app.request.requestFormat ~ ".twig" %} | ||||
| {% endblock %} | ||||
							
								
								
									
										5
									
								
								application/templates/source/view/user.html.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								application/templates/source/view/user.html.twig
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| {% extends "source/view/source.html.twig" %} | ||||
| {% block content %} | ||||
| <h1>{% trans %} User {% endtrans %}</h1> | ||||
| {% include "source/view/content/user." ~ app.request.requestFormat ~ ".twig" %} | ||||
| {% endblock %} | ||||
		Reference in New Issue
	
	Block a user