Skip to content

Commit 4982902

Browse files
committed
updats
1 parent 660d999 commit 4982902

File tree

1 file changed

+1
-1
lines changed
  • Section 1 - Course Introduction/DJANGO_COURSE_2.xx/18-Django_Level_Five/learning_users/basic_app/templates/basic_app

1 file changed

+1
-1
lines changed

Section 1 - Course Introduction/DJANGO_COURSE_2.xx/18-Django_Level_Five/learning_users/basic_app/templates/basic_app/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
</head>
1111
<body>
12-
<nav class="navbar navbar-dark bg-dark">
12+
<nav class="navbar navbar-expand-lg navbar-light bg-light">
1313
<div class="navbar-nav">
1414
{# Django Home Link / Admin Link / Register Link#}
1515
<a class="navbar-brand" href="{% url 'index' %}">DJANGO</a>

0 commit comments

Comments
 (0)