header click in site
This commit is contained in:
parent
4a3f1d086b
commit
45370fabf0
2 changed files with 10 additions and 1 deletions
|
@ -322,3 +322,12 @@ footer {
|
|||
.nomobileclient .app-only {
|
||||
display:none;
|
||||
}
|
||||
|
||||
|
||||
h1 a {
|
||||
color:#333333;
|
||||
}
|
||||
h1 a:hover {
|
||||
text-decoration:none;
|
||||
color:#333333;
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<body class="{% block bodyclass %}{% endblock %}">
|
||||
|
||||
<div class="container" id="main">
|
||||
<h1>c3nav</h1>
|
||||
<h1><a href="{% url 'site.index' %}">c3nav</a></h1>
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue