Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Fixed Adding New Account
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlerhuff committed Jun 23, 2018
1 parent ad0589d commit b5302c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Views/accounts.leaf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<div class="card-header">
<i class="fa fa-align-justify"></i> New Account
</div>
<form class="form-signin" action="./account" name="form" method="post" enctype="multipart/form-data" onsubmit="Submit();">
<form class="form-signin" action="./account" name="form" method="post" onsubmit="Submit();">
<div class="card-block">
<div class="form-group">
<label class="form-control-label" for="prependedInput">Account Name</label>
Expand Down

0 comments on commit b5302c9

Please sign in to comment.