Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
add a "log out" button to offline page
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Nov 28, 2012
1 parent 6379128 commit 303c2d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkt/offline/templates/offline/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<p class="offline">
{{ _('Sorry, you need to be online to access the Marketplace.') }}
<button>Try Again</button>
<a href="{{ url('users.logout') }}">{{ _('Log out') }}</a>
</p>
</section>
{% endblock %}
Expand Down

0 comments on commit 303c2d0

Please sign in to comment.