diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2020-09-03 18:18:03 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2020-09-03 18:18:03 +0200 |
commit | f4d03e6016950c41836100e97b206a823f7cb090 (patch) | |
tree | a27cc8386d2b15e485aff4e5511f98e8904fd706 /accounts | |
parent | bug fix: multiple docs same type (diff) | |
download | scout-subs-f4d03e6016950c41836100e97b206a823f7cb090.tar.gz scout-subs-f4d03e6016950c41836100e97b206a823f7cb090.zip |
better wording, simpler approve page
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/templates/accounts/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/templates/accounts/index.html b/accounts/templates/accounts/index.html index 8769a61..847e44c 100644 --- a/accounts/templates/accounts/index.html +++ b/accounts/templates/accounts/index.html @@ -83,11 +83,11 @@ </div> <div class="input-field col l8 s12"> <input value="{{school}}" name="school" id="school" type="text" > - <label for="school">Scuola frequentata</label> + <label for="school">Scuola frequentata (o professione)</label> </div> <div class="input-field col l4 s12"> <input value="{{year}}" name="year" id="year" type="text" > - <label for="year">Classe</label> + <label for="year">Classe scolastica</label> </div> </div> <div class="fixed-action-btn"> |