Skip to content
Snippets Groups Projects

Translations update from Weblate

Closed Weblate Push User requested to merge weblate into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -1397,6 +1397,11 @@ class AccountRegisterView(SignupView):
kwargs["request"] = self.request
return kwargs
def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)
context["login_url"] = reverse(settings.LOGIN_URL)
return context
class InvitePersonByID(PermissionRequiredMixin, SingleObjectMixin, View):
"""Custom view to invite person by their ID."""
Loading