Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
routers/repo/setting: display correct error for invalid mirror interval
Set Err_Interval in the context data so that the mirror interval box is highlighted red as expected. Clear Err_RepoName for the mirror and advanced actions. repo_name is not set by these forms, causing auth.validate() to set the Err_RepoName before SettingsPost is called, which would lead to the repository name box getting erroneously highlighted red. Fixes: #6396
- Loading branch information