This commit is contained in:
Rushil Umaretiya 2020-09-26 20:09:49 -04:00
parent cda6c80a27
commit 8d6926b085
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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 = {