Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
下書きと自分のブログ記事のリンクが逆だった
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Nov 18, 2014
1 parent 6ba8ca1 commit 944286b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/base.html
Expand Up @@ -59,8 +59,8 @@
</button>
<ul class="dropdown-menu authenticated-menu" role="menu">
<li><a href="{{ user.get_absolute_url }}"><span class="glyphicon glyphicon-home"></span> {% trans "View profile" %}</a></li>
<li><a href="/drafts"><span class="glyphicon glyphicon-file"></span>{% trans "My entries" %}</a></li>
<li><a href="{% url "blogs_entry_author_list" author=user.username %}"><span class="glyphicon glyphicon-inbox"></span>{% trans "Manage drafts" %}</a></li>
<li><a href="{% url "blogs_entry_author_list" author=user.username %}"><span class="glyphicon glyphicon-file"></span>{% trans "My entries" %}</a></li>
<li><a href="/drafts"><span class="glyphicon glyphicon-inbox"></span>{% trans "Manage drafts" %}</a></li>
<li role="presentation" class="divider"></li>
<li><a href="{% url "personas_profile_update" %}"><span class="glyphicon glyphicon-pencil"></span>{% trans "Change profile" %}</a></li>
<li><a href="{% url "personas_persona_update" %}"><span class="glyphicon glyphicon-user"></span>{% trans "Change user information" %}</a></li>
Expand Down

0 comments on commit 944286b

Please sign in to comment.