Skip to content
Snippets Groups Projects
Commit 68fbd089 authored by Rafael Ostertag's avatar Rafael Ostertag
Browse files

Merge remote-tracking branch 'origin/crose_work' into raos_work

parents d7d306d3 d16f7955
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,26 @@
<p class="help-block">Example block-level help text here.</p>
</div>
<div class="form-group">
<label for="personEmail2">Email2</label>
<input type="email" class="form-control" id="personEmail2" name="personEmail2" placeholder="Email"
title="Tooltip"
data-toggle="tooltip" data-placement="right" data-compare-element="personEmail2RETYPE">
<p class="help-block">Email of the person.</p>
</div>
<div class="form-group">
<label for="personEmail2RETYPE">please retype</label>
<input type="email" class="form-control" id="personEmail2RETYPE" name="personEmail2RETYPE"
placeholder="Email" title="Tooltip"
data-toggle="tooltip" data-placement="right">
<p class="help-block"></p>
</div>
</form>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment