mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
removed duplicate div
This commit is contained in:
@@ -30,12 +30,11 @@
|
||||
{% block content %}
|
||||
<h3>{% trans 'Edit Recipe' %}</h3>
|
||||
|
||||
<div v-if="recipe">
|
||||
|
||||
<div v-if="!recipe" class="text-center">
|
||||
<br/>
|
||||
<i class="fas fa-spinner fa-spin fa-8x"></i>
|
||||
</div>
|
||||
|
||||
<div v-if="recipe">
|
||||
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user