Corin1998 commited on
Commit
45e70d7
·
verified ·
1 Parent(s): 9811513

Update app/templates/index.html

Browse files
Files changed (1) hide show
  1. app/templates/index.html +1 -2
app/templates/index.html CHANGED
@@ -22,7 +22,6 @@
22
  </form>
23
  </div>
24
 
25
-
26
  <div class="card">
27
  <h2>最近のドラフト</h2>
28
  {% for d in drafts %}
@@ -37,4 +36,4 @@
37
  </div>
38
  {% endfor %}
39
  </div>
40
- {% endblock %}
 
22
  </form>
23
  </div>
24
 
 
25
  <div class="card">
26
  <h2>最近のドラフト</h2>
27
  {% for d in drafts %}
 
36
  </div>
37
  {% endfor %}
38
  </div>
39
+ {% endblock %}