Skip to content

Commit

Permalink
Merge pull request #303 from jeffreykirchner/dev
Browse files Browse the repository at this point in the history
chore: Remove 'replay_data' field from SessionFormAdmin
  • Loading branch information
jeffreykirchner authored Jun 11, 2024
2 parents fa0a810 + 44f31fb commit 755edb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/forms/session_form_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ class SessionFormAdmin(forms.ModelForm):
class Meta:
model=Session
fields = ('parameter_set', 'creator', 'collaborators', 'current_experiment_phase', 'title',
'world_state', 'replay_data', 'world_state_avatars', 'started', 'shared', 'locked', 'id_string',
'world_state', 'world_state_avatars', 'started', 'shared', 'locked', 'id_string',
'soft_delete', 'controlling_channel')

0 comments on commit 755edb3

Please sign in to comment.