Fix UserRank not being translatable

This commit is contained in:
rubenwardy
2024-06-08 12:27:05 +01:00
parent 7cf1f40ff6
commit e335797629
9 changed files with 35 additions and 13 deletions

View File

@@ -113,7 +113,7 @@ def apply_all_updates(username):
PackageRelease.commit_hash == package.update_config.last_commit)).count() > 0:
continue
title = package.update_config.get_title()
title = package.update_config.title
ref = package.update_config.get_ref()
rel = PackageRelease()