Merge "dashboard: fix RT validation"
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -26,7 +26,7 @@ from bgpvpn_dashboard.dashboards.project.bgpvpn import forms \
as project_forms
RTRD_REGEX = constants.RTRD_REGEX[1:-1]
RTRD_REGEX = constants.RTRD_REGEX[4:-1]
RTRDS_REGEX = '^%s( *, *%s)*$' % (RTRD_REGEX, RTRD_REGEX)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.