Skip to content

Commit

Permalink
Revert "Added new fields to the problem: autorship (name & URL, displ…
Browse files Browse the repository at this point in the history
…ayed at the end of the problem) and test_cases (actually does nothing)."

This reverts commit 0c6055d.
  • Loading branch information
FherStk committed Dec 26, 2023
1 parent eb0a63e commit 9734b31
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 109 deletions.
5 changes: 2 additions & 3 deletions judge/admin/problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,10 @@ class ProblemAdmin(NoBatchDeleteMixin, VersionAdmin):
(None, {
'fields': (
'code', 'name', 'is_public', 'is_manually_managed', 'date', 'authors', 'curators', 'testers',
'organizations', 'submission_source_visibility_mode', 'is_full_markup', 'description',
'include_test_cases',
'organizations', 'submission_source_visibility_mode', 'is_full_markup',
'description', 'license',
),
}),
(_('Authorship'), {'fields': (('authorship_name', 'authorship_uri'), 'license')}),
(_('Social Media'), {'classes': ('collapse',), 'fields': ('og_image', 'summary')}),
(_('Taxonomy'), {'fields': ('types', 'group')}),
(_('Points'), {'fields': (('points', 'partial'), 'short_circuit')}),
Expand Down
Loading

0 comments on commit 9734b31

Please sign in to comment.