skip to Main Content

Html – How to add a template using {% include %} tag, by comparing which user is logged in, on django?

My asset_list html is like this <div class="right"> <div class="search-container"> <input type="text" id="searchInput" placeholder="Search by AssetName..." aria-label="Search"> <button class="add-button" aria-label="Add Asset" id="addUserButton"><i class="fas fa-plus"></i> Add</button> </div> login database is like this , with roles admin and user class UserDetails(models.Model): username…

VIEW QUESTION

Html – Why isn't the following text being collapsed into a ellipsis?

This is the code: <div class="grid w-full gap-4 grid-cols-8"> <div class="flex w-full flex-col gap-1 justify-center items-center max-w-small cursor-not-allowed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" stroke="none" class="tabler-icon tabler-icon-file-filled h-10 w-10"> <path d="M12 2l.117 .007a1 1 0 0 1 .876…

VIEW QUESTION
Back To Top
Search