We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bac55c commit 282f106Copy full SHA for 282f106
ui/templates/header.html
@@ -1,7 +1,7 @@
1
<nav class="navbar" role="navigation">
2
<div class="navbar-header">
3
<div class="pull-left">
4
- <a class="brand-logo" href="http://www.micromasters.mit.edu" rel="noopener noreferrer"></a>
+ <a class="brand-logo" href="{{ request.build_absolute_uri }}" rel="noopener noreferrer"></a>
5
</div>
6
<div class="pull-right" style="padding-top:4px">
7
{% if authenticated %}
0 commit comments