You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These tests check that the user viewing the gym's member page has a
GymAdminConfig entry and belongs to the current gym. This is necessary becasue
administrators don't necessarily belong to a gym, but are allowed to access
the member list.
Fixes#236
To reproduce:
NoReverseMatch at /en/gym/6/members
Reverse for 'edit' with arguments '('',)' and keyword arguments '{}' not found. 1 pattern(s) tried: ['en/gym/admin-config/(?P\d+)/edit$']
Request Method: GET
Request URL: http://127.0.0.1:8000/en/gym/6/members
Django Version: 1.8.6
Exception Type: NoReverseMatch
Exception Value:
Reverse for 'edit' with arguments '('',)' and keyword arguments '{}' not found. 1 pattern(s) tried: ['en/gym/admin-config/(?P\d+)/edit$']
The text was updated successfully, but these errors were encountered: