diff --git a/rugwebsite/__init__.py b/rugwebsite/__init__.py index 3e1af08..0b3393e 100644 --- a/rugwebsite/__init__.py +++ b/rugwebsite/__init__.py @@ -1 +1 @@ -__version__ = '0.1.26' \ No newline at end of file +__version__ = '0.1.27' \ No newline at end of file diff --git a/rugwebsite/templates/rugwebsite/base.html b/rugwebsite/templates/rugwebsite/base.html index 6fb5ade..fe90d0a 100755 --- a/rugwebsite/templates/rugwebsite/base.html +++ b/rugwebsite/templates/rugwebsite/base.html @@ -40,7 +40,7 @@ {% if user.is_authenticated %}
  • - Welcome {{ user.get_username }} + {% block accountlink %}Welcome {{ user.get_username }}{% endblock %} {% comment %}