Skip to content

Commit

Permalink
Merge pull request #750 from shivanshsin0203/Fixing_Subscribe_error
Browse files Browse the repository at this point in the history
Fixed no email in Subscribe input area
  • Loading branch information
TimidRobot authored Dec 11, 2023
2 parents d1a767b + 0301559 commit 28aa186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/vocabulary_theme/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,10 @@
<div class="subscription">
<h5 class="b-header">Subscribe to our newsletter</h5>
<form class="newsletter">
<input type="text" class="input" placeholder="Your email">
<input type="email" id="emailInput" class="input" placeholder="Your email" required>
<input type="submit" value="subscribe" class="button small">
</form>
</div>
</form>
</div>
<div class="attribution margin-top-bigger">
<p class="caption">
Except where otherwise
Expand Down

0 comments on commit 28aa186

Please sign in to comment.