template moved
This commit is contained in:
		
					parent
					
						
							
								0e380f6911
							
						
					
				
			
			
				commit
				
					
						10fac88181
					
				
			
		
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
{% extends "digitalglarus/base.html" %}
 | 
					{% extends "base_glarus.html" %}
 | 
				
			||||||
{% load staticfiles %}
 | 
					{% load staticfiles %}
 | 
				
			||||||
{% block title %}About{% endblock %}
 | 
					{% block title %}About{% endblock %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -77,7 +77,7 @@ def blog_detail(request, slug):
 | 
				
			||||||
    return render(request, 'post_detail.html', context)
 | 
					    return render(request, 'post_detail.html', context)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def support(request):
 | 
					def support(request):
 | 
				
			||||||
    return render(request, 'digitalglarus/support.html')
 | 
					    return render(request, 'support.html')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def supporters(request):
 | 
					def supporters(request):
 | 
				
			||||||
    context = {
 | 
					    context = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue