mirror of
https://github.com/dkmstr/openuds.git
synced 2025-03-26 02:50:35 +03:00
included sample code to allow use of css by tag (Authenticator tag)
This commit is contained in:
parent
d840066468
commit
9c991fd8ef
@ -78,6 +78,14 @@
|
||||
|
||||
</script>
|
||||
<script type="text/javascript" src="{% url 'utility.jsCatalog' LANGUAGE_CODE %}"></script><script type="text/javascript" src="{% url 'utility.js' %}"></script>
|
||||
<!-- <script type="text/javascript">
|
||||
var head = document.getElementsByTagName('HEAD')[0];
|
||||
var link = document.createElement('link');
|
||||
link.rel = 'stylesheet';
|
||||
link.type = 'text/css';
|
||||
link.href = '/uds/res/' + udsData.config.tag + '.css';
|
||||
head.appendChild(link);
|
||||
</script> -->
|
||||
|
||||
<link rel="stylesheet" href="/uds/res/modern/styles.css"><link rel="stylesheet" href="{% url 'custom' 'styles.css' %}"></head>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user