first commit
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{#<input type="hidden" name="date" value="2025-10-20" >#}
|
||||
<label> <div class=""> Dia </div>
|
||||
<input type="date" name="date"
|
||||
{#<label> <div class=""> Dia </div>#}
|
||||
<input type="hidden" name="date"
|
||||
value="{% now 'Y-m-d' %}"
|
||||
class="date form-control"
|
||||
{# class="date form-control"#}
|
||||
>
|
||||
</label><br>
|
||||
{#</label><br>#}
|
||||
|
||||
@@ -18,11 +18,12 @@
|
||||
{% include 'Calendar/Create/date.html' %}
|
||||
<br> {% include 'Calendar/Create/time.html' %}
|
||||
{% include 'Calendar/Create/first_time.html' %}
|
||||
<br>
|
||||
<button type="submit" class="btn btn-primary"> Salvar </button>
|
||||
     
|
||||
<a href="{% url 'MovCalendarListView' %}" class="btn btn-secondary"> Cancelar </a>
|
||||
</div>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary"> Salvar </button>
|
||||
     
|
||||
<a href="{% url 'MovCalendarListView' %}" class="btn btn-secondary"> Cancelar </a>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<th> Hora </th>
|
||||
<th> professional </th>
|
||||
<th> Cliente </th>
|
||||
<th > service </th>
|
||||
<th > Service </th>
|
||||
<th width="15%"> Ações </th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -46,6 +46,7 @@
|
||||
{# <i class="bi bi-pencil"></i>#}
|
||||
{# </a>#}
|
||||
{# {% endif %}#}
|
||||
|
||||
{# {% if perms.brands.delete_brands %}#}
|
||||
<a href="{% url 'MovCalendarDeleteView' Cal.id %}" class="btn btn-danger btn-sm">
|
||||
<i class="bi bi-trash"></i>
|
||||
|
||||
@@ -10,7 +10,9 @@
|
||||
{{ form.as_p }}
|
||||
<button type="submit" class="btn btn-primary"> Salvar </button>
|
||||
</form>
|
||||
<a href="{% url 'BankAccountsListView' %}" class="btn btn-secondary mt-3 "> Cancelar e Voltar </a>
|
||||
<button type="button" onclick="history.back()" class="btn btn-danger">
|
||||
<i class="bi bi-arrow-left"></i> Cancelar e Voltar
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user