Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
library-app-django
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ilham Maulana
library-app-django
Commits
b2feee12
Commit
b2feee12
authored
Jul 09, 2024
by
impfundev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: back button url
parent
15bc8851
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
create_form.html
dashboards/templates/form/create_form.html
+3
-1
delete_form.html
dashboards/templates/form/delete_form.html
+1
-1
update_form.html
dashboards/templates/form/update_form.html
+3
-1
No files found.
dashboards/templates/form/create_form.html
View file @
b2feee12
...
@@ -6,7 +6,9 @@
...
@@ -6,7 +6,9 @@
{% csrf_token %}
{% csrf_token %}
<div
class=
"d-flex flex-column gap-1"
>
{{ form }}
</div>
<div
class=
"d-flex flex-column gap-1"
>
{{ form }}
</div>
<div
class=
"d-flex gap-2 my-3"
>
<div
class=
"d-flex gap-2 my-3"
>
<a
href=
"/dashboard/librarians/"
class=
"btn btn-secondary"
>
Cancel
</a>
<a
href=
"javascript:window.history.back()"
class=
"btn btn-secondary"
>
Cancel
</a
>
<button
class=
"btn btn-primary"
>
Submit
</button>
<button
class=
"btn btn-primary"
>
Submit
</button>
</div>
</div>
</form>
</form>
...
...
dashboards/templates/form/delete_form.html
View file @
b2feee12
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
{% csrf_token %}
{% csrf_token %}
<div
class=
"d-flex flex-column gap-1"
>
Once data is deleted, it cannot be restored.
</div>
<div
class=
"d-flex flex-column gap-1"
>
Once data is deleted, it cannot be restored.
</div>
<div
class=
"d-flex gap-2 my-3"
>
<div
class=
"d-flex gap-2 my-3"
>
<a
href=
"
/dashboard/librarians/
"
class=
"btn btn-secondary"
>
Cancel
</a>
<a
href=
"
javascript:window.history.back()
"
class=
"btn btn-secondary"
>
Cancel
</a>
<button
type=
"submit"
class=
"btn btn-danger"
>
Continue
</button>
<button
type=
"submit"
class=
"btn btn-danger"
>
Continue
</button>
</div>
</div>
</form>
</form>
...
...
dashboards/templates/form/update_form.html
View file @
b2feee12
...
@@ -6,7 +6,9 @@
...
@@ -6,7 +6,9 @@
{% csrf_token %}
{% csrf_token %}
<div
class=
"d-flex flex-column gap-1"
>
{{ form }}
</div>
<div
class=
"d-flex flex-column gap-1"
>
{{ form }}
</div>
<div
class=
"d-flex gap-2 my-3"
>
<div
class=
"d-flex gap-2 my-3"
>
<a
href=
"/dashboard/librarians/"
class=
"btn btn-secondary"
>
Cancel
</a>
<a
href=
"javascript:window.history.back()"
class=
"btn btn-secondary"
>
Cancel
</a
>
<button
class=
"btn btn-primary"
>
Submit
</button>
<button
class=
"btn btn-primary"
>
Submit
</button>
</div>
</div>
</form>
</form>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment