Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolving issue with title inheritance #4409 #43

Merged
merged 1 commit into from
May 15, 2014

Conversation

goyal1092
Copy link
Contributor

No description provided.

@prakashpp
Copy link
Collaborator

@goyal1092 create title only. For subtitle you can call super and append anything.

@sharoonthomas
Copy link
Contributor

@prakashpp 👍

@@ -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 %}{% endblock title %}</title>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For webshop fill title as Nereid Webshop

@prakashpp
Copy link
Collaborator

LGTM @sharoonthomas please merge

sharoonthomas pushed a commit that referenced this pull request May 15, 2014
Resolving issue with title inheritance #4409
@sharoonthomas sharoonthomas merged commit 7eb20a2 into openlabs:develop May 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants