systemcode utf8
This commit is contained in:
parent
ce6ca177b6
commit
da92b81240
Binary file not shown.
|
|
@ -36,8 +36,9 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
|
||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.min.js"></script>
|
||||
|
||||
<!-- <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>-->
|
||||
<!-- CROPPER -->
|
||||
<link href="{% static 'users/css/cropper.min.css' %}" rel="stylesheet">
|
||||
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ def dashboard(request):
|
|||
|
||||
|
||||
storageinfo = sys.getfilesystemencoding()
|
||||
|
||||
|
||||
context = {
|
||||
'active_link' : 'dashboard',
|
||||
"systemencode" : storageinfo
|
||||
|
|
|
|||
Loading…
Reference in New Issue