diff options
Diffstat (limited to 'python/templates/pages/new/index.html')
-rw-r--r-- | python/templates/pages/new/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/templates/pages/new/index.html b/python/templates/pages/new/index.html index 608b40e..085f180 100644 --- a/python/templates/pages/new/index.html +++ b/python/templates/pages/new/index.html @@ -17,8 +17,8 @@ {% include "includes/frontpage/new_build_req" %} </div> <div class="col-xs-12 col-md-6"> - <h2>New Repoman or QA's <small>on the <a href="/new/repomanqa/">New Repoman or QA's</a></small></h2> - {% include "includes/frontpage/new_repoman_qa" %} + <h2>New Repoman's <small>on the <a href="/new/repoman/">New Repoman's</a></small></h2> + {% include "includes/frontpage/new_repoman" %} </div> </div> |