fix details update title
This commit is contained in:
parent
160d2faab6
commit
e3845dbc8f
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ venv
|
||||
/static
|
||||
*.log
|
||||
*.pid
|
||||
docker-compose.override.yml
|
||||
@ -50,7 +50,6 @@ services:
|
||||
depends_on:
|
||||
- mumui
|
||||
|
||||
|
||||
networks:
|
||||
mumui_network:
|
||||
driver: bridge
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
</div>
|
||||
<div class="form-floating mb-3">
|
||||
<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>
|
||||
<form action="" method="post">
|
||||
{% csrf_token %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user