fix: don't hardcode the API endpoint for meetup subscribe links
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{{ .Params.Description }}
|
||||
</div>
|
||||
|
||||
<form action = "https://api.handmadecities.com/v1/meetups/seattle" method = "POST">
|
||||
<form action = "{{ .Params.Api_endpoint }}" method = "POST">
|
||||
<input type = "email" class="col-8 text-black" id = "email" name = "email" placeholder='Email...' required/>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user