mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 08:14:13 +03:00
Use project_name
in base.html navbar.
Project name is a better, public-facing name than repo name.
This commit is contained in:
parent
328a92310a
commit
414a127b33
|
@ -35,7 +35,7 @@
|
|||
|
||||
<div class="header navbar">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="/">{% endraw %}{{ cookiecutter.repo_name }}{% raw %}</a>
|
||||
<a class="navbar-brand" href="/">{% endraw %}{{ cookiecutter.project_name }}{% raw %}</a>
|
||||
<ul class="nav navbar-nav">
|
||||
<li class="active"><a href="{% url 'home' %}">Home</a></li>
|
||||
<li><a href="{% url 'about' %}">About</a></li>
|
||||
|
|
Loading…
Reference in New Issue
Block a user