Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChiefMeat authored Mar 1, 2018
1 parent 7928499 commit 55baea7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ <h3 class="panel-title">The Public Key</h3>
<textarea class="form-control message" id="signencrypt-receivers-public-key" rows="7" placeholder="Paste the public key here."></textarea>
<br>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">The Private Key</h3>
</div>
Expand All @@ -257,9 +259,8 @@ <h3 class="panel-title">The Private Key</h3>
<div class="input-group-addon"><span class="glyphicon glyphicon-text-background" aria-hidden="true"></span></div>
<input class="form-control" name="sign-passphrase" placeholder="Passphrase for private key" id="signencrypt-passphrase" pattern=".{5,}" title="Enter your private key passphrase" type="password">
</div>

</div>
</div>
</div>
</div>

<div class="col-md-7">
Expand Down

0 comments on commit 55baea7

Please sign in to comment.