Skip to content

Commit 8e7a35d

Browse files
committed
Release v1.0.5 - Fix Links (navigation bar)
1 parent 8301b77 commit 8e7a35d

File tree

5 files changed

+37
-31
lines changed

5 files changed

+37
-31
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## [1.0.5] 2022-11-24
4+
### Improvements
5+
6+
- Fix links
7+
- `Navigation bar`
8+
39
## [1.0.4] 2022-11-24
410
### Improvements
511

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='django-theme-soft-design',
11-
version='1.0.4',
11+
version='1.0.5',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

theme_soft_design/templates/includes/navigation.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
<ul class="list-group">
534534
<li class="nav-item list-group-item border-0 p-0">
535535
<a class="dropdown-item py-2 ps-3 border-radius-md"
536-
href=" https://www.creative-tim.com/learning-lab/bootstrap/license/soft-ui-design-system?AFFILIATE=128200 ">
536+
href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
537537
<div class="d-flex">
538538
<div class="icon h-10 me-3 d-flex mt-1">
539539
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 40 40" version="1.1"
@@ -572,7 +572,7 @@
572572
</a>
573573
</li>
574574
<li class="nav-item list-group-item border-0 p-0">
575-
<a class="dropdown-item py-2 ps-3 border-radius-md" href=" ">
575+
<a class="dropdown-item py-2 ps-3 border-radius-md" href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
576576
<div class="d-flex">
577577
<div class="icon h-10 me-3 d-flex mt-1">
578578
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 40 44" version="1.1"
@@ -605,7 +605,7 @@
605605
</a>
606606
</li>
607607
<li class="nav-item list-group-item border-0 p-0">
608-
<a class="dropdown-item py-2 ps-3 border-radius-md" href=" ">
608+
<a class="dropdown-item py-2 ps-3 border-radius-md" href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
609609
<div class="d-flex">
610610
<div class="icon h-10 me-3 d-flex mt-1">
611611
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 42 42" version="1.1"
@@ -641,7 +641,7 @@
641641
</a>
642642
</li>
643643
<li class="nav-item list-group-item border-0 p-0">
644-
<a class="dropdown-item py-2 ps-3 border-radius-md" href=" ">
644+
<a class="dropdown-item py-2 ps-3 border-radius-md" href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
645645
<div class="d-flex">
646646
<div class="icon h-10 me-3 d-flex mt-1">
647647
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 40 44" version="1.1"
@@ -674,7 +674,7 @@
674674
</a>
675675
</li>
676676
<li class="nav-item list-group-item border-0 p-0">
677-
<a class="dropdown-item py-2 ps-3 border-radius-md" href=" ">
677+
<a class="dropdown-item py-2 ps-3 border-radius-md" href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
678678
<div class="d-flex">
679679
<div class="icon h-10 me-3 d-flex mt-1">
680680
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 40 40" version="1.1"
@@ -714,7 +714,7 @@
714714

715715
<div class="row d-lg-none">
716716
<div class="col-md-12 g-0">
717-
<a class="dropdown-item py-2 ps-3 border-radius-md" href="{% url 'about-us' %}">
717+
<a class="dropdown-item py-2 ps-3 border-radius-md" href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
718718
<div class="d-flex">
719719
<div class="icon h-10 me-3 d-flex mt-1">
720720
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 40 40" version="1.1"
@@ -751,7 +751,7 @@
751751
</div>
752752
</a>
753753

754-
<a class="dropdown-item py-2 ps-3 border-radius-md" href="{% url 'about-us' %}">
754+
<a class="dropdown-item py-2 ps-3 border-radius-md" href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
755755
<div class="d-flex">
756756
<div class="icon h-10 me-3 d-flex mt-1">
757757
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 40 44" version="1.1"
@@ -782,7 +782,7 @@
782782
</div>
783783
</a>
784784

785-
<a class="dropdown-item py-2 ps-3 border-radius-md" href="{% url 'about-us' %}">
785+
<a class="dropdown-item py-2 ps-3 border-radius-md" href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
786786
<div class="d-flex">
787787
<div class="icon h-10 me-3 d-flex mt-1">
788788
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 42 42" version="1.1"
@@ -816,7 +816,7 @@
816816
</div>
817817
</a>
818818

819-
<a class="dropdown-item py-2 ps-3 border-radius-md" href="{% url 'about-us' %}">
819+
<a class="dropdown-item py-2 ps-3 border-radius-md" href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
820820
<div class="d-flex">
821821
<div class="icon h-10 me-3 d-flex mt-1">
822822
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 40 44" version="1.1"
@@ -847,7 +847,7 @@
847847
</div>
848848
</a>
849849

850-
<a class="dropdown-item py-2 ps-3 border-radius-md" href="{% url 'about-us' %}">
850+
<a class="dropdown-item py-2 ps-3 border-radius-md" href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
851851
<div class="d-flex">
852852
<div class="icon h-10 me-3 d-flex mt-1">
853853
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 40 40" version="1.1"

theme_soft_design/templates/includes/navigation_light.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ <h6 class="dropdown-header text-dark font-weight-bolder d-flex justify-content-c
432432
<div class="d-none d-lg-block">
433433
<ul class="list-group">
434434
<li class="nav-item list-group-item border-0 p-0">
435-
<a class="dropdown-item py-2 ps-3 border-radius-md" href=" https://www.creative-tim.com/learning-lab/bootstrap/license/soft-ui-design-system?AFFILIATE=128200 ">
435+
<a class="dropdown-item py-2 ps-3 border-radius-md" href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
436436
<div class="d-flex">
437437
<div class="icon h-10 me-3 d-flex mt-1">
438438
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -461,7 +461,7 @@ <h6 class="dropdown-header text-dark font-weight-bolder d-flex justify-content-c
461461
</a>
462462
</li>
463463
<li class="nav-item list-group-item border-0 p-0">
464-
<a class="dropdown-item py-2 ps-3 border-radius-md" href=" ">
464+
<a class="dropdown-item py-2 ps-3 border-radius-md" href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
465465
<div class="d-flex">
466466
<div class="icon h-10 me-3 d-flex mt-1">
467467
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 40 44" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -487,7 +487,7 @@ <h6 class="dropdown-header text-dark font-weight-bolder d-flex justify-content-c
487487
</a>
488488
</li>
489489
<li class="nav-item list-group-item border-0 p-0">
490-
<a class="dropdown-item py-2 ps-3 border-radius-md" href=" ">
490+
<a class="dropdown-item py-2 ps-3 border-radius-md" href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
491491
<div class="d-flex">
492492
<div class="icon h-10 me-3 d-flex mt-1">
493493
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 42 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -514,7 +514,7 @@ <h6 class="dropdown-header text-dark font-weight-bolder d-flex justify-content-c
514514
</a>
515515
</li>
516516
<li class="nav-item list-group-item border-0 p-0">
517-
<a class="dropdown-item py-2 ps-3 border-radius-md" href=" ">
517+
<a class="dropdown-item py-2 ps-3 border-radius-md" href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
518518
<div class="d-flex">
519519
<div class="icon h-10 me-3 d-flex mt-1">
520520
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 40 44" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -540,7 +540,7 @@ <h6 class="dropdown-header text-dark font-weight-bolder d-flex justify-content-c
540540
</a>
541541
</li>
542542
<li class="nav-item list-group-item border-0 p-0">
543-
<a class="dropdown-item py-2 ps-3 border-radius-md" href=" ">
543+
<a class="dropdown-item py-2 ps-3 border-radius-md" href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
544544
<div class="d-flex">
545545
<div class="icon h-10 me-3 d-flex mt-1">
546546
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -571,7 +571,7 @@ <h6 class="dropdown-header text-dark font-weight-bolder d-flex justify-content-c
571571
</div>
572572
<div class="row d-lg-none">
573573
<div class="col-md-12 g-0">
574-
<a class="dropdown-item py-2 ps-3 border-radius-md" href="{% url 'about-us' %}">
574+
<a class="dropdown-item py-2 ps-3 border-radius-md" href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
575575
<div class="d-flex">
576576
<div class="icon h-10 me-3 d-flex mt-1">
577577
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -598,7 +598,7 @@ <h6 class="dropdown-header text-dark font-weight-bolder d-flex justify-content-c
598598
</div>
599599
</div>
600600
</a>
601-
<a class="dropdown-item py-2 ps-3 border-radius-md" href="{% url 'about-us' %}">
601+
<a class="dropdown-item py-2 ps-3 border-radius-md" href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
602602
<div class="d-flex">
603603
<div class="icon h-10 me-3 d-flex mt-1">
604604
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 40 44" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -622,7 +622,7 @@ <h6 class="dropdown-header text-dark font-weight-bolder d-flex justify-content-c
622622
</div>
623623
</div>
624624
</a>
625-
<a class="dropdown-item py-2 ps-3 border-radius-md" href="{% url 'about-us' %}">
625+
<a class="dropdown-item py-2 ps-3 border-radius-md" href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
626626
<div class="d-flex">
627627
<div class="icon h-10 me-3 d-flex mt-1">
628628
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 42 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -647,7 +647,7 @@ <h6 class="dropdown-header text-dark font-weight-bolder d-flex justify-content-c
647647
</div>
648648
</div>
649649
</a>
650-
<a class="dropdown-item py-2 ps-3 border-radius-md" href="{% url 'about-us' %}">
650+
<a class="dropdown-item py-2 ps-3 border-radius-md" href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
651651
<div class="d-flex">
652652
<div class="icon h-10 me-3 d-flex mt-1">
653653
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 40 44" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -671,7 +671,7 @@ <h6 class="dropdown-header text-dark font-weight-bolder d-flex justify-content-c
671671
</div>
672672
</div>
673673
</a>
674-
<a class="dropdown-item py-2 ps-3 border-radius-md" href="{% url 'about-us' %}">
674+
<a class="dropdown-item py-2 ps-3 border-radius-md" href="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-design-system?AFFILIATE=128200">
675675
<div class="d-flex">
676676
<div class="icon h-10 me-3 d-flex mt-1">
677677
<svg class="text-secondary" width="16px" height="16px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">

0 commit comments

Comments
 (0)