This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Evaluation student #422
base: staging
Are you sure you want to change the base?
Evaluation student #422
Changes from 7 commits
a5dedaa
d2547df
ac4244e
4033577
8ac3414
db52494
04ef4d4
71c7f2c
bdf30a2
8aca609
f776b39
ce60729
b63318b
6fb782c
26eafab
5e84c47
d43cc65
cf503e8
8699fdf
a261e94
bfea9be
6705100
68c8555
ddd8227
f9d7ca5
2d53737
56fe700
7bf120c
7b92bf4
596ebfc
02d786d
b45f805
ac77117
9fd3f78
bb1dcb6
444d7b0
47a2b0b
8c1a133
0b1f532
021fcbb
6530c2c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think in this project we have never used
verbose_name
before. This usage here is straight-forward, but it could create confusion with the additional translation layer later on and the separate setting of labels in the form class. I'm thinking about whether this is helping or complicating the understanding in other code files.