diff --git a/Dockerfile b/Dockerfile index a2ead1f4f..39c9ecc35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -88,7 +88,8 @@ RUN cd /app/ledgergw/static/common; npm install RUN python manage_ledgergw.py collectstatic --noinput # RUN service rsyslog start USER root -RUN rm -rf /var/lib/{apt,dpkg,cache,log}/ /tmp/* /var/tmp/* +# RUN rm -rf /var/lib/{apt,dpkg,cache,log}/ /tmp/* /var/tmp/* +RUN rm -rf /tmp/* /var/tmp/* USER oim EXPOSE 8080 diff --git a/ledger/accounts/admin.py b/ledger/accounts/admin.py index bb901681b..b25a6df7d 100755 --- a/ledger/accounts/admin.py +++ b/ledger/accounts/admin.py @@ -10,10 +10,9 @@ from ledger.accounts.models import EmailUser,EmailUserAction, UserAction, EmailUserChangeLog, Document, PrivateDocument, Address, Profile, Organisation, OrganisationAddress from ledger.accounts.forms import ProfileAdminForm - @admin.register(EmailUser) class EmailUserAdmin(UserAdmin): - change_list_template = "ledger/accounts/change_emailuser_list.html" + # change_list_template = "ledger/accounts/change_emailuser_list.html" # (disabled due to breaking styling in django admin) raw_id_fields=('identification','identification2','senior_card','senior_card2','residential_address','postal_address','billing_address',) diff --git a/ledger/accounts/templates/ledger/accounts/account_change.html b/ledger/accounts/templates/ledger/accounts/account_change.html index 51b8d6597..030259c15 100644 --- a/ledger/accounts/templates/ledger/accounts/account_change.html +++ b/ledger/accounts/templates/ledger/accounts/account_change.html @@ -15,7 +15,7 @@
- +

@@ -61,6 +61,7 @@

Change Log

+