Skip to content

Commit

Permalink
Fixed subscription block placement issue. OWASP-BLT#495 (OWASP-BLT#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
souravbadami authored and sid22 committed Sep 5, 2017
1 parent 1cd55aa commit 3d7c7c4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions website/templates/hunt.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,16 @@ <h1 class="page-header">Start a bug hunt!</h1>
<h1 class="page-sub-header">Subscription:</h1>
</div>
</div>
{% include '_subscriptions.html' %}
<div class="row">
<div class="col-lg-12">
<div class="free-plan-text">
<h2>Free Plan:</h2><p>Limited to 5 bugs per month:</p>
</div>
<button type="submit" class="submit_button" onclick="javascript:document.getElementById('plan').value='Free'" class="btn btn-primary btn-lg">Start</button>
</form>
{% include '_subscriptions.html' %}
<div class="row">
<div class="col-lg-12">
<div class="free-plan-text">
<h2>Free Plan:</h2><p>Limited to 5 bugs per month:</p>
</div>
<button type="submit" class="submit_button" onclick="javascript:document.getElementById('plan').value='Free'" class="btn btn-primary btn-lg">Start</button><br><br>
</div>
</form>
</div>
{% endblock %}

{% block after_js %}
Expand Down

0 comments on commit 3d7c7c4

Please sign in to comment.