This commit is contained in:
DerTyp187
2021-11-12 22:37:48 +01:00
parent dfc4f054ed
commit 31fb809567
2 changed files with 2 additions and 3 deletions

View File

@@ -43,9 +43,7 @@
document.getElementById("a-{{ category_title }}").classList.add("a-current"); document.getElementById("a-{{ category_title }}").classList.add("a-current");
{% else %} {% else %}
document.getElementById("a-{{ category_obj.title }}").classList.add("a-current"); document.getElementById("a-{{ category_obj.title }}").classList.add("a-current");
{% endif %} {% endif %}
</script> </script>
</body> </body>
</html> </html>

View File

@@ -1 +1,2 @@
Django==3.2.9 Django==3.2.9
mysqlclient