mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-06-15 22:56:44 +00:00
gave modal a name
This commit is contained in:
parent
89396847fd
commit
86e0e10ff9
@ -140,7 +140,7 @@
|
||||
href="#"
|
||||
class="alert-link"
|
||||
data-toggle="modal"
|
||||
data-target="#exampleModal"
|
||||
data-target="#signUpModal"
|
||||
>
|
||||
click here</a
|
||||
>
|
||||
@ -150,16 +150,16 @@
|
||||
<!-- Modal -->
|
||||
<div
|
||||
class="modal fade"
|
||||
id="exampleModal"
|
||||
id="signUpModal"
|
||||
tabindex="-1"
|
||||
role="dialog"
|
||||
aria-labelledby="exampleModalLabel"
|
||||
aria-labelledby="signUpModalLabel"
|
||||
aria-hidden="true"
|
||||
>
|
||||
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="exampleModalLabel">
|
||||
<h5 class="modal-title" id="signUpModalLabel">
|
||||
Club Sign Up Form
|
||||
</h5>
|
||||
<button
|
||||
|
Loading…
x
Reference in New Issue
Block a user