Skip to content

Commit

Permalink
Merge pull request #36 from istenith/dev
Browse files Browse the repository at this point in the history
Final UI changes before release
  • Loading branch information
swastkk authored Jul 30, 2023
2 parents de189d2 + 50140ae commit ea56ffd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h6 class="mb-5">CV Upload</h6>
{% endif %}
</div>
</div>
<div class="prev text-center mt-1"><span class="fa fa-arrow-left"> </span> Go back</span> </div>
<div class="prev text-center mt-1"><span class="fa fa-arrow-left"> </span> back</span> </div>
<div class="next-button text-center mt-1">Next <span class="fa fa-arrow-right"></span> </div>

</div>
Expand All @@ -115,7 +115,7 @@ <h5 style="margin: 1rem 0 0.8rem;">Why should ISTE choose you?</h5>
{% if form.expect_from_iste.errors %}
<div class="help-block" style="margin-top:-27px; color: #ffe300;">{{ form.expect_from_iste.errors }}</div>
{% endif %}
<div class="prev text-center mt-3"><span class="fa fa-arrow-left"> </span> Go back</span> </div>
<div class="prev text-center mt-3"><span class="fa fa-arrow-left"> </span> back</span> </div>
<div class="next-button text-center mt-3"> Next <span class="fa fa-arrow-right"></span> </div>
</div>
</div>
Expand All @@ -141,7 +141,7 @@ <h5 style="margin: 1rem 0 0.8rem;">Why should ISTE choose you?</h5>
<div class="help-block" style="margin-top:-9px; color: #ffe300;">{{ form.terms_confirmed.errors }}</div>
{% endif %}
</div>
<div class="prev text-center"><span class="fa fa-arrow-left"> </span> Go back</span> </div>
<div class="prev text-center"><span class="fa fa-arrow-left"> </span> back</span> </div>
<input type="submit" name="" class="" value="Submit">
</div>
</div>
Expand Down

0 comments on commit ea56ffd

Please sign in to comment.