domain_name on user and project creation
[osm/LW-UI.git] / userhandler / templates / modal / user_create.html
index 5b8d73a..5aba035 100644 (file)
@@ -56,6 +56,14 @@ limitations under the License.
                             </div>
                     </div>
 
+                    <div class="form-group">
+                        <label for="domain_name" class="col-sm-3 control-label">Domain</label>
+                        
+                        <div class="col-sm-6">
+                            <select required id="domain_name" class="js-example-basic form-control" name="domain_name">
+                            </select>
+                        </div>
+                    </div>
 
 
                 </div>