Skip to content

Commit df9859f

Browse files
committed
Fix #98: Make hyperlinks open in new tab
1 parent c5d9d74 commit df9859f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oshc/main/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h3 class="panel-title">{{ session.title }}</h3>
4545
<div class="line-gap-10px"></div>
4646
<i>{{ session.start_date }} - {{ session.end_date }}</i>
4747
<div class="line-gap-10px"></div>
48-
<button type="button" class="btn btn-lg btn-primary s">
48+
<button type="button" class="btn btn-lg btn-primary sRegister">
4949
<a href="{{ session.register_url }}">Register Now!</a>
5050
</button>
5151
</div>

0 commit comments

Comments
 (0)