Reduce form wideness. Close #20
This commit is contained in:
parent
97df728101
commit
0d89adddcd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12">
|
<div class="col-8 offset-2">
|
||||||
<h1>Bienvenue {{ teacher.full_name }}</h1>
|
<h1>Bienvenue {{ teacher.full_name }}</h1>
|
||||||
<h2>
|
<h2>
|
||||||
{% block title %}{{ verb }} {{ item }}{% endblock %}
|
{% block title %}{{ verb }} {{ item }}{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue