Skip to content

Commit

Permalink
Merged master into release
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Mar 20, 2024
2 parents f0f99f6 + cec8c6f commit b57015d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-app/qfieldcloud/core/middleware/timezone.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def __init__(self, get_response):

def __call__(self, request):
if request.user.is_authenticated and hasattr(
request.user.useraccount, "timezone"
request.user.useraccount, "useraccount"
):
user_tz = request.user.useraccount.timezone
elif settings.TIME_ZONE:
Expand Down
1 change: 1 addition & 0 deletions docker-app/qfieldcloud/subscription/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ class SubscriptionAdmin(QFieldCloudModelAdmin):
fields = (
"plan",
"account",
"status",
"active_since",
"active_until",
"billing_cycle_anchor_at",
Expand Down

0 comments on commit b57015d

Please sign in to comment.