projects
/
pgeu-website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c403823
)
Fix link to speaker profile in nav menu
author
Magnus Hagander
<magnus@hagander.net>
Sun, 18 Nov 2018 11:10:16 +0000
(12:10 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Sun, 18 Nov 2018 11:10:16 +0000
(12:10 +0100)
I missed one of the two places where the link was when I adjusted ads'
patch. Fxied here, along with shortering the headline so it renders on
one line.
template/nav_account.html
patch
|
blob
|
blame
|
history
diff --git
a/template/nav_account.html
b/template/nav_account.html
index dce366d5e283efffd628e73ed40860c0c6c2185c..4d4b9633179c1b41d78d7012ab7431a58e91864a 100644
(file)
--- a/
template/nav_account.html
+++ b/
template/nav_account.html
@@
-11,7
+11,7
@@
<li><a href="/membership/meetings/">Meetings</a></li>
{%endif%}
</ul>
-<h2>Speaker
Profile
</h2>
+<h2>Speaker</h2>
<ul>
-<li><a href="/speakerprofile/">Speaker Profile</a></li>
+<li><a href="/
events/
speakerprofile/">Speaker Profile</a></li>
{%endblock%}