supports lookup by domains
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block content %}
|
||||
<div class="h-full flex flex-col" x-data="columnConfig()">
|
||||
{% if case_email %}
|
||||
<h1 class="text-xl font-semibold mb-4">Projects for {{ case_email }}</h1>
|
||||
{% else %}
|
||||
<h1 class="text-xl font-semibold mb-4">All projects</h1>
|
||||
|
||||
{% endif %}
|
||||
<div class="flex justify-between">
|
||||
|
||||
{% set profile = get_user_profile(session.uid) %}
|
||||
@@ -660,4 +665,4 @@
|
||||
<div class=" w-full flex-grow overflow-scroll rounded-2xl overflow-hidden">
|
||||
</div>
|
||||
-->
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user