• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

liqd / adhocracy-plus / 28178848451

25 Jun 2026 02:50PM UTC coverage: 41.038% (-45.5%) from 86.506%
28178848451

Pull #3127

github

web-flow
Merge 45990f4e4 into 28ae9021c
Pull Request #3127: app/projects: New Styling for Module Page

3439 of 8380 relevant lines covered (41.04%)

0.41 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/apps/users/utils.py
1
from django.utils.translation import activate
×
2

3
from .models import User
×
4

5

6
def set_session_language(user_email, language=None):
×
7
    if not language:
×
8
        language = User.objects.get(email=user_email).language
×
9
    activate(language)
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc