rating and comment system complete
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
<i class="{{ OS_ICON }}" style="margin-left: 4px;"></i>
|
||||
</span>
|
||||
|
||||
{% if request.path != '/' %}
|
||||
<a href="{% url 'landing:home' %}">
|
||||
<i class="fas fa-home"></i><span class="nav-text"> Home</span>
|
||||
</a>
|
||||
@@ -44,6 +45,7 @@
|
||||
<a href="{% url 'profiles:user_list' %}">
|
||||
<i class="fas fa-users"></i><span class="nav-text"> Users</span>
|
||||
</a>
|
||||
{% endif %}
|
||||
</nav>
|
||||
</div>
|
||||
<main class="main-content">
|
||||
@@ -131,11 +133,13 @@
|
||||
}
|
||||
</script>
|
||||
{% else %}
|
||||
{% if request.path != '/' %}
|
||||
<div class="auth-bar">
|
||||
<a href="{% url 'profiles:login' %}"><i class="fas fa-sign-in-alt"></i> Login</a> |
|
||||
<a href="{% url 'profiles:register' %}"><i class="fas fa-user-plus"></i> Register</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% block extra_js %}{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user