cqtu/templates/contest/contestPanel.html

14 lines
503 B
HTML

<div class="panel panel-default">
<div class="panel-heading"><h3 class="panel-title">The Contest</h3></div>
<div class="panel-body">
<p>
Welcome to {{ contest.name }}!
<p/>
<p>We might be laid back people here at {{ contest.name }}, but we have some rules!</p>
<p>The <abbr title="Frequency">QRG</abbr>-changing is a serious thing. Also there is other stuff. But
maybe it's funnier if you find that out by yourself. And we punish you for not knowing. Such
is live.
</p>
</div>
</div>