Skip to content

Commit

Permalink
Prodlouženo přihlašování
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolombooo committed Mar 14, 2024
1 parent ff2e7ba commit 0dc3f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Facades/SubjectRegistrationsManagerFacade.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public async Task<DataFragmentResult<StudentWithSigningRuleListItemDto>> GetStud

private void VerifyRegistrationChangesAllowedToStudents()
{
if (timeService.GetCurrentDate() > new DateTime(2024, 3, 14))
if (timeService.GetCurrentDate() > new DateTime(2024, 3, 15))
{
throw new OperationFailedException("Registrace jsou uzavřeny, kontaktujte organizátory.");
}
Expand Down

0 comments on commit 0dc3f29

Please sign in to comment.