use href='javascript:;' instead of href='#notifications', etc
This commit is contained in:
parent
26da3271f6
commit
9041552676
@ -63,11 +63,11 @@
|
|||||||
|
|
||||||
{% set notification_count = get_notification_count(request.user.id) %}
|
{% set notification_count = get_notification_count(request.user.id) %}
|
||||||
{% if notification_count %}
|
{% if notification_count %}
|
||||||
<a href="#notifications" class="notification-gem button_action" title="Notifications">
|
<a href="javascript:;" class="notification-gem button_action" title="Notifications">
|
||||||
{{ notification_count }}</a>
|
{{ notification_count }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="#header" class="button_action header_dropdown_down">▼</a>
|
<a href="javascript:;" class="button_action header_dropdown_down">▼</a>
|
||||||
<a href="#no_header" class="button_action header_dropdown_up">▲</a>
|
<a href="javascript:;" class="button_action header_dropdown_up">▲</a>
|
||||||
{% elif request.user and request.user.status == "needs_email_verification" %}
|
{% elif request.user and request.user.status == "needs_email_verification" %}
|
||||||
{# the following link should only appear when verification is needed #}
|
{# the following link should only appear when verification is needed #}
|
||||||
<a href="{{ request.urlgen('mediagoblin.user_pages.user_home',
|
<a href="{{ request.urlgen('mediagoblin.user_pages.user_home',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user