feat: add AED currency support and user node groups
This commit is contained in:
		@@ -418,6 +418,7 @@
 | 
			
		||||
                                            <option value="MC" {% if user_display_currency == "MC" %}selected{% endif %}>MC - Mycelium Credit</option>
 | 
			
		||||
                                            <option value="EUR" {% if user_display_currency == "EUR" %}selected{% endif %}>EUR - Euro</option>
 | 
			
		||||
                                            <option value="CAD" {% if user_display_currency == "CAD" %}selected{% endif %}>CAD - Canadian Dollar</option>
 | 
			
		||||
                                            <option value="AED" {% if user_display_currency == "AED" %}selected{% endif %}>AED - UAE Dirham</option>
 | 
			
		||||
                                        </select>
 | 
			
		||||
                                        <small class="text-muted">Choose your preferred currency for displaying prices in the marketplace</small>
 | 
			
		||||
                                    </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user