Implement a hooks page

This commit is contained in:
2022-10-14 07:20:30 +01:00
parent 5c67a3a707
commit 83808dfa52
16 changed files with 109 additions and 83 deletions

View File

@@ -201,6 +201,11 @@
<a class="navbar-item" href="{% url 'home' %}">
Home
</a>
{% if user.is_authenticated %}
<a class="navbar-item" href="{% url 'hooks' type='page' %}">
Hooks
</a>
{% endif %}
{% if settings.STRIPE_ENABLED %}
{% if user.is_authenticated %}
<a class="navbar-item" href="{% url 'billing' %}">
@@ -285,6 +290,12 @@
<div class="container">
{% block content %}
{% endblock %}
<div id="modals-here">
</div>
<div id="items-here">
</div>
<div id="widgets-here" style="display: none;">
</div>
</div>
</section>
</body>