Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d23188c

Browse files
chore: change OU_APP_NAME to APP_NAME
1 parent ea7995b commit d23188c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythoncms/modules/box__default/base/templates/base/nav_base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Brand/logo -->
55
<a class="navbar-brand" href="#">
66
<img src="/static/shopyo.svg" width="35" height="30">
7-
{{OUR_APP_NAME}} | {{active_page.capitalize()}}
7+
{{APP_NAME}} | {{active_page.capitalize()}}
88
</a>
99
<!-- Nav Links Left Aligned -->
1010
<ul class="navbar-nav">

0 commit comments

Comments
 (0)