mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	CSS fixes
This commit is contained in:
		| @@ -1,7 +1,10 @@ | ||||
| {% load i18n %} | ||||
| {% load plugin_extras %} | ||||
|  | ||||
| <h4>{% trans "Settings" %}</h4> | ||||
| <div class='panel-heading'> | ||||
|     <h4>{% trans "Settings" %}</h4> | ||||
| </div> | ||||
|  | ||||
| {% plugin_globalsettings plugin_key as plugin_settings %} | ||||
|  | ||||
| <table class='table table-striped table-condensed'> | ||||
|   | ||||
| @@ -1,7 +1,9 @@ | ||||
| {% load i18n %} | ||||
| {% load inventree_extras %} | ||||
|  | ||||
| <h4>{% trans "URLs" %}</h4> | ||||
| <div class='panel-heading'> | ||||
|     <h4>{% trans "URLs" %}</h4> | ||||
| </div> | ||||
| {% define plugin.base_url as base %} | ||||
| <p>{% blocktrans %}The Base-URL for this plugin is <a href="/{{ base }}" target="_blank"><strong>{{ base }}</strong></a>.{% endblocktrans %}</p> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user