Skip to content

Commit

Permalink
Resolving issue with title inheritance #4409
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Goyal committed May 14, 2014
1 parent bb4b936 commit dca57f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webshop/base.jinja
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="{{ request.nereid_language.code }}">
<head>
<title>{% trans %}Nereid Webshop{% endtrans %}-{% block title %}{% endblock title %}</title>
<title>{% block title %}{% trans %}Nereid Webshop{% endtrans %}{% endblock title %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="csrf-token" content="{{ csrf_token() }}">
{% block link_tags %}
Expand Down

0 comments on commit dca57f1

Please sign in to comment.