mirror of
https://github.com/Adam-Ant/QuotesDB
synced 2025-06-15 05:41:13 +00:00
Move some structure to child files, allows more flexibility
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
{% extends "layout.html" %}
|
||||
{% block body %}
|
||||
<div class="container">
|
||||
<h1> Add new Quote </h1>
|
||||
<form method="post">
|
||||
<div class="form-group">
|
||||
@ -24,4 +25,5 @@
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user