We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da3921 commit be4420bCopy full SHA for be4420b
templates/base.html
@@ -18,6 +18,16 @@
18
</head>
19
20
<body>
21
+ <div vw class="enabled">
22
+ <div vw-access-button class="active"></div>
23
+ <div vw-plugin-wrapper>
24
+ <div class="vw-plugin-top-wrapper"></div>
25
+ </div>
26
27
+ <script src="https://vlibras.gov.br/app/vlibras-plugin.js"></script>
28
+ <script>
29
+ new window.VLibras.Widget('https://vlibras.gov.br/app');
30
+ </script>
31
<form method="post" class="navbar-right">
32
{% csrf_token %}
33
<ul class="horizontal">
0 commit comments