Release 10 (devel -> main) #32
4 changed files with 11 additions and 8 deletions
|
@ -71,12 +71,12 @@
|
|||
|
||||
{% if user_.first_name %}
|
||||
|
||||
{{ user_.first_name }}
|
||||
|
||||
{% if user_.last_name %}
|
||||
{{ user_.last_name }}
|
||||
{{ user_.last_name }},
|
||||
{% endif %}
|
||||
|
||||
{{ user_.first_name }}
|
||||
|
||||
{% else %}
|
||||
{{ user_.username }}
|
||||
{% endif %}
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
export DJANGO_SK_ABS_FP="$(pwd)/config/secret_key.txt"
|
||||
export STATIC_FILES="$(pwd)/static/"
|
||||
export APP_VERSION="9"
|
||||
export APP_VERSION="10"
|
||||
export PYTHONPATH="$(pwd)/packages/"
|
||||
|
|
|
@ -70,9 +70,12 @@ form input[type="password"], form input[type="text"] {
|
|||
font-size: 1rem;
|
||||
margin: .1rem 0;
|
||||
}
|
||||
form .horizontalButtonList {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
.pinpad {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 2rem;
|
||||
margin-top: 1.5rem;
|
||||
margin-bottom: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
(() => {
|
||||
|
||||
// Define variables
|
||||
|
||||
|
@ -84,4 +84,4 @@
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
})()
|
Loading…
Add table
Add a link
Reference in a new issue