GithubHelp home page GithubHelp logo

subscribe button about django-webpush HOT 4 CLOSED

safwanrahman avatar safwanrahman commented on May 23, 2024
subscribe button

from django-webpush.

Comments (4)

safwanrahman avatar safwanrahman commented on May 23, 2024

Can you please provide more information?

from django-webpush.

siddhantkhandelwal avatar siddhantkhandelwal commented on May 23, 2024

After following the directions as mentioned, I included the template tag {{ webpush_button }} in my template. But the button is not rendered. When I used inspect from chrome, a blank line replaces {{ webpush_button }}.

from django-webpush.

safwanrahman avatar safwanrahman commented on May 23, 2024

can you please provide more information? what do you see in th console?

from django-webpush.

Mogost avatar Mogost commented on May 23, 2024

Can confirm this issue.
After my investigation i found that problem is in /webpush/templatetags/webpush_notifications.py
get_templatetag_context returns

    data = {'group': context.get('webpush', {}).get('group'),
            'user': getattr(request, 'user', None),
            'vapid_public_key': vapid_public_key,
            'webpush_save_url': reverse('save_webpush_info')
            }

in django/template/library.py generates new context with this dict new_context = context.new(_dict).
template is

{% if request.user.is_authenticated or group %}
  <button id="webpush-subscribe-button" {% if group %}data-group="{{ group }}"{% endif %} data-url="{{ webpush_save_url }}">
    Subscribe to Push Messaging
  </button>
  <div id="webpush-message" hidden></div>
{% endif %}

When rendering this template there is no request.

from django-webpush.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.