mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 08:22:10 +01:00 
			
		
		
		
	Move some buttons, my account form is now working
This commit is contained in:
		@@ -217,7 +217,7 @@ class ProfileListView(AdminMixin, SingleTableView):
 | 
			
		||||
    queryset = TFJMUser.objects.order_by("role", "last_name", "first_name")
 | 
			
		||||
    table_class = UserTable
 | 
			
		||||
    template_name = "member/profile_list.html"
 | 
			
		||||
    extra_context = dict(title=_("All profiles"))
 | 
			
		||||
    extra_context = dict(title=_("All profiles"), type="all")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class OrphanedProfileListView(AdminMixin, SingleTableView):
 | 
			
		||||
@@ -229,7 +229,7 @@ class OrphanedProfileListView(AdminMixin, SingleTableView):
 | 
			
		||||
        .order_by("role", "last_name", "first_name")
 | 
			
		||||
    table_class = UserTable
 | 
			
		||||
    template_name = "member/profile_list.html"
 | 
			
		||||
    extra_context = dict(title=_("Orphaned profiles"))
 | 
			
		||||
    extra_context = dict(title=_("Orphaned profiles"), type="orphaned")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class OrganizersListView(AdminMixin, SingleTableView):
 | 
			
		||||
@@ -241,7 +241,7 @@ class OrganizersListView(AdminMixin, SingleTableView):
 | 
			
		||||
        .order_by("role", "last_name", "first_name")
 | 
			
		||||
    table_class = UserTable
 | 
			
		||||
    template_name = "member/profile_list.html"
 | 
			
		||||
    extra_context = dict(title=_("Organizers"))
 | 
			
		||||
    extra_context = dict(title=_("Organizers"), type="organizers")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class ResetAdminView(AdminMixin, View):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user