more space for course registration
This commit is contained in:
parent
2883dedff7
commit
07eeb32caf
@ -31,8 +31,13 @@
|
||||
\ bis #{formatTimeGerWD regTo}
|
||||
|
||||
$# if allowed to register
|
||||
<div .course__registration>
|
||||
<a href="#">Anmelden
|
||||
<div .course__registration.container>
|
||||
<button class="btn btn-primary">
|
||||
<a href="#">Anmelden
|
||||
$# if already registered
|
||||
<div .course__registration.container>
|
||||
<button class="btn btn-info">
|
||||
<a href="#">Abmelden
|
||||
|
||||
$# <form method=post action=@{CourseR tid csh CShow} enctype=#{regEnctype}>
|
||||
$# ^{regWidget}
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
.course__registration {
|
||||
margin-top: 20px;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user