Move contact_form templates to contact_form app
This commit is contained in:
		
							parent
							
								
									10628ee45f
								
							
						
					
					
						commit
						806ee80a85
					
				
					 7 changed files with 15 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -0,0 +1,9 @@
 | 
			
		|||
{% extends "contact_form/base.html" %}
 | 
			
		||||
{% load i18n %}
 | 
			
		||||
 | 
			
		||||
{% block title %}{{ block.super }} - {% translate "Contact" %}{% endblock title %}
 | 
			
		||||
{% block page_title %}{% translate "Contact" %}{% endblock page_title %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
<p class="text-success">{% translate "Your message has been sent successfully." %}</p>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue