mirror of
https://github.com/Rushilwiz/lettertofcps.git
synced 2025-04-06 20:30:17 -04:00
oops
This commit is contained in:
parent
cda6c80a27
commit
8d6926b085
|
@ -4,7 +4,7 @@
|
|||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="text-center text-fluid">
|
||||
<h1 class="mt-5">Concerns with FCPS' proposal to change the TJ admissions system</h1>
|
||||
<h1 class="mt-5">Merit Lottery is not the answer.</h1>
|
||||
<p class="lead">Hello, we're a group of TJHSST students who have been working diligently for the past few weeks on a letter voicing our opinions against FCPS's recent proposal to introduce a lottery system to the TJ admissions process.<br>The people who introduced the proposal have been extremely vocal -- leading the Board to believe this is the popular opinion. By sending this letter written by us to the decision makers, you are showing them that the majority of the TJ community disapproves of the proposal.<br>We must make our voices heard.</p>
|
||||
<h3 class="mb-4"><a href="https://bit.ly/TJLetterToFCPS">Find the letter here!</a></h3>
|
||||
</div>
|
||||
|
|
|
@ -12,7 +12,7 @@ def main(request):
|
|||
subjects = [
|
||||
'A letter listing my concerns',
|
||||
'Concerns with the recent admissions proposal',
|
||||
''
|
||||
"Concerns with FCPS' proposal to change the TJ admissions system"
|
||||
]
|
||||
subject = choice(subjects)
|
||||
context = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user