Skip to content

Commit

Permalink
Merge pull request #81 from EarthSchlange/remove_renewal_column
Browse files Browse the repository at this point in the history
Removed of Renewal Due Column.
  • Loading branch information
Michael Hiiva authored Jun 3, 2020
2 parents a4f9fd6 + b7c68e4 commit f378962
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions agagd/agagd_core/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ class AllPlayerRatingsTable(tables.Table):
)
type = tables.Column()
players__rating = tables.Column()
renewal_due = tables.Column()
chapter_id = tables.Column(
verbose_name="Chapter"
)
Expand Down Expand Up @@ -215,7 +214,6 @@ class Meta:
'players__sigma',
'players__elab_date',
'type',
'renewal_due',
'chapter_id',
'state',
)
Expand Down
1 change: 0 additions & 1 deletion agagd/agagd_core/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ def all_player_ratings(request):
"member_id",
"type",
"players__rating",
"renewal_due",
"chapter_id",
"state",
"players__sigma",
Expand Down

0 comments on commit f378962

Please sign in to comment.