Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Options and History page title bugfix ( #304) #360

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Options and History page title bugfix ( #304) #360

wants to merge 3 commits into from

Conversation

prastut
Copy link

@prastut prastut commented Feb 27, 2016

Added venv/ to gitignore for vitualenv wrapper.

@@ -1,7 +1,7 @@
{% extends "templates/base.html.template" %}
{% block head %}

{% block title %}<title> New {{ name }}</title>{% endblock %}
{% block title %}<title> {{ name }}</title>{% endblock %}
Copy link
Member

Choose a reason for hiding this comment

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

This removes "New" from all apps using new.html.template. A better solution is to implement the title block in the options subtemplate, which will take precedence over the title in this file.

@smcgregor
Copy link
Member

Close, would you like tips on Jinja2, or did my inline comments point you in a good direction?

@prastut
Copy link
Author

prastut commented Feb 27, 2016

Inline comments did the job. How do I proceed further? Make the necessary changes in the same branch or open a new branch and then do a PR?

@smcgregor
Copy link
Member

Push commits to your same branch. When it is ready for merge I'll ask you to squash your commits so we don't pollute the history.

@prastut
Copy link
Author

prastut commented Feb 27, 2016

Documenting new commits:

  • Removed venv from gitignore. Will make a seperate PR.
  • Options page and History page get there own blockquote.

@prastut prastut changed the title Global fix for all issues pertaining to #304 Options and History page title bugfix ( #304) Feb 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants