fixed payment membership button issue, fixed support us posts issue
This commit is contained in:
		
					parent
					
						
							
								2471a7ed12
							
						
					
				
			
			
				commit
				
					
						54e3059cef
					
				
			
		
					 6 changed files with 30 additions and 29 deletions
				
			
		|  | @ -40,6 +40,7 @@ class SupportusView(TemplateView): | |||
|     def get_context_data(self, *args, **kwargs): | ||||
|         context = super(SupportusView, self).get_context_data(**kwargs) | ||||
|         tags = ["dg-renovation"] | ||||
|         import pdb;pdb.set_trace() | ||||
|         posts = Post.objects.filter(tags__name__in=tags, publish=True).translated(get_language()) | ||||
|         context.update({ | ||||
|             'post_list': posts | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue