Skip to content

Commit

Permalink
fix title for admin site
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Jul 28, 2015
1 parent f055d7d commit a94b9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voseq/core/templates/admin/base_site.html
@@ -1,7 +1,7 @@
{% extends "admin/base.html" %}
{% load i18n %}

{% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}
{% block title %}VoSeq Administration | {{ title }}
{% endblock title %}

{% block branding %}
Expand Down

0 comments on commit a94b9b9

Please sign in to comment.