Skip to content

Commit

Permalink
Improve text in Dsicord staffing req. notif.
Browse files Browse the repository at this point in the history
  • Loading branch information
Celeo committed Jan 4, 2025
1 parent b378ee5 commit cbb028e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
18 changes: 9 additions & 9 deletions vzdv-site/src/endpoints/airspace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,39 +189,39 @@ async fn page_staffing_request_post(
"value": format!("{} {} ({})", user_info.first_name, user_info.last_name, user_info.cid)
},
{
"name": "departure",
"name": "Departure",
"value": staffing_request.departure
},
{
"name": "arrival",
"name": "Arrival",
"value": staffing_request.arrival
},
{
"name": "dt_start",
"name": "Start time",
"value": staffing_request.dt_start
},
{
"name": "dt_end",
"name": "End time",
"value": staffing_request.dt_end
},
{
"name": "pilot_count",
"name": "Pilot count",
"value": staffing_request.pilot_count
},
{
"name": "contact",
"name": "Contact",
"value": staffing_request.contact
},
{
"name": "banner",
"name": "Banner",
"value": staffing_request.banner
},
{
"name": "organization",
"name": "Organization",
"value": staffing_request.organization
},
{
"name": "comments",
"name": "Comments",
"value": staffing_request.comments
}
]
Expand Down
12 changes: 12 additions & 0 deletions vzdv-site/templates/changelog.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@

<hr>

<div class="card shadow mb-3">
<div class="card-body">
<h5 class="card-title">2025-01-03</h5>
<div class="card-text">
<ul>
<li>Fixed reply-to header in sent emails</li>
<li>Improved text in staffing request Discord notification</li>
</ul>
</div>
</div>
</div>

<div class="card shadow mb-3">
<div class="card-body">
<h5 class="card-title">2025-01-03</h5>
Expand Down

0 comments on commit cbb028e

Please sign in to comment.