Implement OTP and show received callbacks
This commit is contained in:
@@ -206,6 +206,11 @@
|
||||
Hooks
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if user.is_authenticated %}
|
||||
<a class="navbar-item" href="{% url 'callbacks' type='page' %}">
|
||||
Callbacks
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if settings.STRIPE_ENABLED %}
|
||||
{% if user.is_authenticated %}
|
||||
<a class="navbar-item" href="{% url 'billing' %}">
|
||||
|
||||
Reference in New Issue
Block a user