Skip to content

Commit

Permalink
Merge dca57f1 into 88d0812
Browse files Browse the repository at this point in the history
  • Loading branch information
goyal1092 committed May 14, 2014
2 parents 88d0812 + dca57f1 commit 0a24762
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 0a24762

Please sign in to comment.