mirror of
				https://github.com/Crazyco-xyz/48hr.email.git
				synced 2025-11-04 07:16:32 +01:00 
			
		
		
		
	Add domain count
This commit is contained in:
		
							parent
							
								
									a91bad3901
								
							
						
					
					
						commit
						8ab1222b84
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -17,7 +17,7 @@
 | 
			
		|||
        <fieldset>
 | 
			
		||||
            <label for="nameField">Name</label>
 | 
			
		||||
            <input type="text" id="nameField" name="username" value="{{ username }}">
 | 
			
		||||
            <label for="commentField">Domain</label>
 | 
			
		||||
            <label for="commentField">Domain ({{ domains|length }})</label>
 | 
			
		||||
            <div class="dropdown">
 | 
			
		||||
                <select id="commentField" name="domain">
 | 
			
		||||
                    {% for domain in domains %}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue