Skip to content

Commit

Permalink
removed footer from register new user form
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanHershey committed Jun 8, 2024
1 parent 981542e commit 2c33bc1
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions app/femr/ui/views/sessions/create.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ <h2> OR </h2>
<input type="submit" value="Create an account" />

@if(errorMsg.equals(2)){
@main("Add User", styles = styles, assets = assets, scripts = additionalScripts) {
<div id="createWrap">
<div id="createWrap">
@helper.form(action = UsersController.createPost(), 'class -> "form-horizontal", 'name -> "createForm") {

@helper.inputText(createForm("email"),
Expand Down Expand Up @@ -97,17 +96,16 @@ <h2> OR </h2>
<br/>
}
</div>
</div>

<br/>

@for(message <- messages) {
<p class="adminMessage">@message</p>
}
</div>

<button class="fButton fSubmitButton" id="addUserSubmitBtn" type="submit">Submit</button>
}
<br/>

@for(message <- messages) {
<p class="adminMessage">@message</p>
}

<button class="fButton fSubmitButton" id="addUserSubmitBtn" type="submit">Submit</button>
}

@if(errorMsg.equals(1)){
Expand Down

0 comments on commit 2c33bc1

Please sign in to comment.