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

Unable to set Messages and pages - about, privacy policy, etc. in settings #858

Open
damascene opened this issue Mar 1, 2020 · 1 comment

Comments

@damascene
Copy link

In settings there is an option to set content of about page, policy and other website pages. However it doesn't work.
settings option:
Messages and pages - about, privacy policy, etc.
it doesn't have any effect on page content, it's always empty. the field is empty in the setting after updating.

@damascene
Copy link
Author

damascene commented Sep 2, 2020

Page is in this section of the code:

Line 80 of askbot/views/meta.py

def about(request, template='static_page.html'):
    title = _('About %(site)s') % {'site': askbot_settings.APP_SHORT_NAME}
    data = {
        'title': title,
        'page_class': 'meta',
        'content': askbot_settings.FORUM_ABOUT
    }
    return render(request, template, data)

https://github.com/ASKBOT/askbot-devel/blob/0.11.x/askbot/views/meta.py

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

1 participant