Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
now utilizes the civis variable created in the view
  • Loading branch information
Ria Jotsinghani authored and Ria Jotsinghani committed Dec 5, 2022
commit 04bed5d0499b4ba0a8d672e0a63cd4d600390f3c
2 changes: 1 addition & 1 deletion project/accounts/templates/accounts/user_civis.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% load i18n %}

{% block content %}
{% for civi in user.civis.all %}
{% for civi in civis %}
<div class="civi-card white" data-id="">
<div class="civi-header-account white">
<div class="civi-title-outer">
Expand Down