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}}
|
{{'Passwords must match'|translate}}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-right">
|
<button translate type="submit" class="button primary radius expand m0"
|
||||||
<button translate type="submit" class="button primary radius expand m0"
|
ng-disabled="profileForm.$invalid || loading">
|
||||||
ng-disabled="profileForm.$invalid || loading">
|
Create
|
||||||
Create
|
</button>
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</form>
|
</form>
|
||||||
<div class="box-setup-footer">
|
<div class="box-setup-footer">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue