Added additional sidebar stuff.

This commit is contained in:
Andrew Lalis 2019-04-17 07:05:26 +02:00 committed by andrewlalis
parent 5e648ad23c
commit 2d9932eeb4
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,10 @@
This is an example sidebar block.
</div>
<div id="generate_courses_block" class="sidebar_block">
<a href="/courses/generate">Click here to generate courses.</a>
<a href="/courses/generate">Click here to generate test data.</a>
</div>
<div class="sidebar_block">
Another sidebar block with a lot more text in it, so that the text should properly wrap to the next lines if needed.
</div>
</div>