Fix "middot" when blog plugin is disabled
The blog plugin accidentally introduced two "middots in the admin bar, which were visible when the blog plugin was disabled. Fixing this by moving the second dot in the blog template.
This commit is contained in:
parent
686cbcd974
commit
c518d5421d
@ -15,8 +15,7 @@
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#}
|
||||
|
||||
<a href="{{ request.urlgen('mediagoblin.media_types.blog.blog_admin_dashboard',
|
||||
user=request.user.username) }}">
|
||||
{%- trans %} Blog Dashboard {% endtrans -%}
|
||||
</a>
|
||||
</a> ·
|
||||
|
@ -127,7 +127,6 @@
|
||||
</a>
|
||||
·
|
||||
{% template_hook("blog_dashboard_home") %}
|
||||
·
|
||||
<a id="logout" href=
|
||||
{% if persona is not defined %}
|
||||
"{{ request.urlgen('mediagoblin.auth.logout') }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user