From 6d49b8e05f6df56958856294e33a098d555ed65d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 16 2015 15:30:46 +0000 Subject: Add autocompletion in the template to add users to a project --- diff --git a/progit/templates/add_user.html b/progit/templates/add_user.html index 2e95b50..a77dcae 100644 --- a/progit/templates/add_user.html +++ b/progit/templates/add_user.html @@ -25,3 +25,25 @@ {% endblock %} + +{% block jscripts %} +{{ super() }} + +{% endblock %}