##// END OF EJS Templates
user/user-groups: show if users or user groups are a part of review rules....
user/user-groups: show if users or user groups are a part of review rules. - cascade delete when deleting those so we still can remove the user or user group - fixes #5377

File last commit:

r1282:90601d74 default
r2054:0026cc40 default
Show More
login2.html
9 lines | 178 B | text/html | HtmlLexer
## -*- coding: utf-8 -*-
<%
# Tweaks needed to simulate things
c.came_from = ""
%>
## Include the original file here for easy operation
<%include file="/login.mako" />