decided to move the save / comp buttons to under the summary, just looks better

This commit is contained in:
2025-02-20 16:09:02 +11:00
parent f52a6ef033
commit 5fabec0125

View File

@@ -130,7 +130,6 @@
</div> </div>
{% endfor %} {% endfor %}
</div> </div>
</div>
<div id="comp_col" class="col-auto"> <div id="comp_col" class="col-auto">
<div class="input-group"> <div class="input-group">
<button type="button" class="btn btn-primary me-2 rounded" data-bs-toggle="modal" data-bs-target="#save_modal">Save</button> <button type="button" class="btn btn-primary me-2 rounded" data-bs-toggle="modal" data-bs-target="#save_modal">Save</button>
@@ -146,6 +145,7 @@
{% endif %} {% endif %}
</div> </div>
</div> </div>
</div>
</form> </form>
<div class="row mt-4" id="container" style="width:100%; height:400px;"></div> <div class="row mt-4" id="container" style="width:100%; height:400px;"></div>
<script type="text/javascript"> <script type="text/javascript">