fix details update title
This commit is contained in:
parent
160d2faab6
commit
e3845dbc8f
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,4 +4,5 @@ db.sqlite3
|
|||||||
venv
|
venv
|
||||||
/static
|
/static
|
||||||
*.log
|
*.log
|
||||||
*.pid
|
*.pid
|
||||||
|
docker-compose.override.yml
|
||||||
@ -49,7 +49,6 @@ services:
|
|||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
depends_on:
|
depends_on:
|
||||||
- mumui
|
- mumui
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
mumui_network:
|
mumui_network:
|
||||||
|
|||||||
@ -25,7 +25,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="form-floating mb-3">
|
<div class="form-floating mb-3">
|
||||||
<input type="text" readonly class="form-control-plaintext" id="updated_at" value="{{ deployment.updated_at }}">
|
<input type="text" readonly class="form-control-plaintext" id="updated_at" value="{{ deployment.updated_at }}">
|
||||||
<label for="updated-at">{{ deployment.updated_at }}</label>
|
<label for="updated-at">Updated at</label>
|
||||||
</div>
|
</div>
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user