Skip to content

Commit 097b81c

Browse files
julioestkarimarie67
authored andcommitted
Remove "toc-hidden" class from original_docs.html
1 parent 5f022ac commit 097b81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/original_docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% load i18n %}
33
{% get_current_language as LANGUAGE_CODE %}
44
<!DOCTYPE html>
5-
<html lang="{{ LANGUAGE_CODE }}" class="toc-hidden">
5+
<html lang="{{ LANGUAGE_CODE }}">
66
<head>
77
<meta charset="utf-8">
88
<link href="{% static 'css/header.css' %}">

0 commit comments

Comments
 (0)