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

Sign-up option hard to find #376

Open
julia-altenbuchner opened this issue Jan 30, 2017 · 2 comments
Open

Sign-up option hard to find #376

julia-altenbuchner opened this issue Jan 30, 2017 · 2 comments

Comments

@julia-altenbuchner
Copy link

julia-altenbuchner commented Jan 30, 2017

I am getting emails from people having difficulties finding the option for registering a new account.
Due to the size and position of the text it appears like 'small print'. Consider re-design.

Don't have an account yet? Please use your social account, or sign up using an email address.

@ghost
Copy link

ghost commented Jan 31, 2017

@sliob and I will have a look, but GeoKey is also open source, so pull requests are welcome!

@ghost ghost added this to the 1.4 milestone Mar 6, 2017
@ghost ghost assigned sliob Mar 7, 2017
@edwardgalligan
Copy link

@julia-altenbuchner This may be a little late (by 6+ months) but in case this is still of interest, we're using GeoKey and had the same issue. Our solution was just to add this block to settings.py:

TEMPLATES[0]['DIRS'] = (
    normpath(join(dirname(dirname(abspath(__file__))), '../theme/templates')),
    normpath(join(SITE_ROOT, 'templates')),
)

This treats your own custom Jinja templates in the theme directory as canonical, and uses the built-in GeoKey templates as a fallback.

@sliob sliob assigned JamesBradbury and unassigned sliob Apr 11, 2018
@josokinas josokinas removed this from the 1.4 milestone Oct 21, 2018
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

No branches or pull requests

5 participants