mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-20 13:28:18 +02:00
.
This commit is contained in:
parent
ef27752943
commit
3fc035e60f
3 changed files with 6 additions and 12 deletions
|
|
@ -290,7 +290,7 @@ body {
|
|||
<form action="{% url 'labelbase_new' %}" method="post">
|
||||
{% csrf_token %}
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title">Add Labelbase</h5>
|
||||
<h5 class="modal-title">New labelbase</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
|
|
@ -299,7 +299,7 @@ body {
|
|||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
|
||||
<button type="submit" class="btn btn-primary">Add Labelbase</button>
|
||||
<button type="submit" class="btn btn-primary">OK</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
<form action=".{#% url 'addlabeltolabelbase' labelbase.id %#}" method="post">
|
||||
{% csrf_token %}
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title">Add Label</h5>
|
||||
<h5 class="modal-title">New label</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
|
||||
<button type="submit" class="btn btn-primary">Add Label</button>
|
||||
<button type="submit" class="btn btn-primary">OK</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,17 +1,11 @@
|
|||
{% comment %}
|
||||
{% extends "_base.html" %}
|
||||
{% load i18n %}
|
||||
{% block content %}
|
||||
<div style="padding-top: 1em;">
|
||||
<h2>New labelbase</h2>
|
||||
<form method="post" >
|
||||
{% endcomment %}
|
||||
|
||||
x
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<input type="submit" value="Create Labelbase">
|
||||
{% comment %}
|
||||
<input type="submit" value="OK">
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% endcomment %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue