mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-29 20:42:07 +01:00
a
This commit is contained in:
@@ -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>
|
||||||
@@ -1 +1,2 @@
|
|||||||
Django==3.2.9
|
Django==3.2.9
|
||||||
|
mysqlclient
|
||||||
Reference in New Issue
Block a user