dturecek / copr / copr

Forked from copr/copr 6 years ago
Clone

1806b6d [frontend] fix "add project" form for groups

1 file Authored by praiskup 4 years ago, Committed by msuchy 4 years ago,
    [frontend] fix "add project" form for groups
    
    Simplify the code path so we have one call to
    flask.render_template() with _all_ the needed arguments (we missed
    'group' argument on one place before).
    
    Complements: 25786f80e2cf84a99a242e9c9940303aa6dd1d4d
    Fixes: #847