diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..9dca038 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,25 @@ +**/__pycache__ +**/.classpath +**/.dockerignore +**/.env +**/.git +**/.gitignore +**/.project +**/.settings +**/.toolstarget +**/.vs +**/.vscode +**/*.*proj.user +**/*.dbmdl +**/*.jfm +**/azds.yaml +**/bin +**/charts +**/docker-compose* +**/Dockerfile* +**/node_modules +**/npm-debug.log +**/obj +**/secrets.dev.yaml +**/values.dev.yaml +README.md \ No newline at end of file diff --git a/accounts/templates/account.html b/accounts/templates/account.html index 0f9bbb7..a3b1166 100644 --- a/accounts/templates/account.html +++ b/accounts/templates/account.html @@ -6,7 +6,7 @@
{% include 'create_user_inst_block.html' %} -

{{ user }}

+
@@ -44,7 +44,7 @@
- {% trans "Warning:" %} {% trans "User doesn't have any Instace" %} + {% trans "Warning" %}: {% trans "User doesn't have any Instance" %}
{% else %} @@ -69,8 +69,8 @@ {{ inst.is_change }} {{ inst.is_delete }} - - + + @@ -78,14 +78,14 @@