remove unnecessary div
This commit is contained in:
parent
fe5f9610fc
commit
4a6c258f68
1 changed files with 4 additions and 6 deletions
|
|
@ -50,12 +50,10 @@
|
|||
{{'Passwords must match'|translate}}
|
||||
</p>
|
||||
</div>
|
||||
<div class="text-right">
|
||||
<button translate type="submit" class="button primary radius expand m0"
|
||||
ng-disabled="profileForm.$invalid || loading">
|
||||
Create
|
||||
</button>
|
||||
</div>
|
||||
<button translate type="submit" class="button primary radius expand m0"
|
||||
ng-disabled="profileForm.$invalid || loading">
|
||||
Create
|
||||
</button>
|
||||
</form>
|
||||
<div class="box-setup-footer">
|
||||
<div class="left">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue