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