mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	create_user_block.html fix broken dom
This commit is contained in:
		
							parent
							
								
									6e5e10594c
								
							
						
					
					
						commit
						8d46bd40fd
					
				
					 1 changed files with 13 additions and 13 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
{% load i18n %}
 | 
			
		||||
{% if request.user.is_superuser %}
 | 
			
		||||
    <a href="#AddUser" type="button" class="btn btn-success pull-right" data-toggle="modal">
 | 
			
		||||
    <a href="#AddUser" type="button" class="btn btn-success btn-header pull-right" data-toggle="modal">
 | 
			
		||||
        <span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
 | 
			
		||||
    </a>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -8,12 +8,12 @@
 | 
			
		|||
    <div class="modal fade" id="AddUser" tabindex="-1" role="dialog" aria-labelledby="AddUserLabel" aria-hidden="true">
 | 
			
		||||
        <div class="modal-dialog">
 | 
			
		||||
            <div class="modal-content">
 | 
			
		||||
                <div class="modal-header">
 | 
			
		||||
                    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
 | 
			
		||||
                    <h4 class="modal-title">{% trans "Add New User" %}</h4>
 | 
			
		||||
                </div>
 | 
			
		||||
                <div class="modal-body">
 | 
			
		||||
                    <form class="form-horizontal" method="post" action="" role="form">{% csrf_token %}
 | 
			
		||||
                <form class="form-horizontal" method="post" action="" role="form">{% csrf_token %}
 | 
			
		||||
                    <div class="modal-header">
 | 
			
		||||
                        <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
 | 
			
		||||
                        <h4 class="modal-title">{% trans "Add New User" %}</h4>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div class="modal-body">
 | 
			
		||||
                        <div class="form-group">
 | 
			
		||||
                            <label class="col-sm-4 control-label">{% trans "Name" %}</label>
 | 
			
		||||
                            <div class="col-sm-6">
 | 
			
		||||
| 
						 | 
				
			
			@ -26,12 +26,12 @@
 | 
			
		|||
                                <input type="password" class="form-control" name="password" placeholder="*******" {% if not allow_empty_password %}required{% endif %}>
 | 
			
		||||
                            </div>
 | 
			
		||||
                        </div>
 | 
			
		||||
                </div>
 | 
			
		||||
                <div class="modal-footer">
 | 
			
		||||
                    <button type="button" class="btn btn-default" data-dismiss="modal">{% trans "Close" %}</button>
 | 
			
		||||
                    <button type="submit" class="btn btn-primary" name="create">{% trans "Create" %}</button>
 | 
			
		||||
                </div>
 | 
			
		||||
                    </form>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div class="modal-footer">
 | 
			
		||||
                        <button type="button" class="btn btn-default" data-dismiss="modal">{% trans "Close" %}</button>
 | 
			
		||||
                        <button type="submit" class="btn btn-primary" name="create">{% trans "Create" %}</button>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </form>
 | 
			
		||||
            </div> <!-- /.modal-content -->
 | 
			
		||||
        </div> <!-- /.modal-dialog -->
 | 
			
		||||
    </div> <!-- /.modal -->
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue