-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pickup): tweaked forms labels & help texts
- Loading branch information
1 parent
9a03a3a
commit 38dda0c
Showing
8 changed files
with
57 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 6 additions & 3 deletions
9
fiesta/apps/pickup_system/templates/pickup_system/parts/pickup_request_note_help.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
<div class="prose prose-sm max-w-none"> | ||
<h4>What to include to the requests?</h4> | ||
<div class="prose max-w-none"> | ||
<h4>What to include to the request?</h4> | ||
<ul> | ||
<li>You have any specific sign, so our member can recognize you?</li> | ||
<li>If you know already, include details about your last train/bus/airplane connection.</li> | ||
<li> | ||
If possible, mention any details that can help the matcher recognize you, such as the color of your clothing or any distinctive accessories. | ||
</li> | ||
</ul> | ||
</div> |
9 changes: 9 additions & 0 deletions
9
fiesta/apps/pickup_system/templates/pickup_system/parts/pickup_request_place_help.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<div class="prose max-w-none"> | ||
<h4>What place is expected here?</h4> | ||
<ul> | ||
<li>Consider the distance between pickup place and your final mobility destination.</li> | ||
<li>Members are volunteers and do pickups in free time – be wise how distant place you'll pick for your pickup.</li> | ||
<li>Completely fine is to arrive at the closest transportation hub, e.g. local airport, train or bus station.</li> | ||
<li>If you have any doubts about final transportation choices, mention them. Our member will assist you.</li> | ||
</ul> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters