Skip to content

Commit

Permalink
Minor Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalioby committed Sep 11, 2022
1 parent b96319c commit cf527d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion EXAMPLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
1. cd to example project `cd example`
1. migrate `python manage.py migrate`
1. create super user `python manage.py createsuperuser`
1. start the serveur `python manage.py runserver`
1. start the server `python manage.py runserver`

# Notes for SSL

Expand Down
7 changes: 2 additions & 5 deletions mfa/templates/RECOVERY/recheck.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@
})
}
</script>
<div class='container'>
<div class="row">

<div class="col-sm-10 col-sm-offset-1 col-xs-12 col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
<div class="col-sm-10 col-sm-offset-1 col-xs-12 col-md-10 col-md-offset-1 col-lg-10 col-lg-offset-1">
<div class="panel panel-default card">
<div class="panel-heading card-header">
<strong> Recovery code</strong>
Expand Down Expand Up @@ -82,7 +80,6 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{% include "modal.html" %}

0 comments on commit cf527d9

Please sign in to comment.