#新媒体舆情
This commit is contained in:
parent
6766d295a5
commit
bfdbe5b4e1
|
@ -18,6 +18,7 @@
|
||||||
<!-- Available statuses: online, idle, busy, away and offline -->
|
<!-- Available statuses: online, idle, busy, away and offline -->
|
||||||
<span class="profile-status online"></span>
|
<span class="profile-status online"></span>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% for u in user.userprofile_set.all %}
|
{% for u in user.userprofile_set.all %}
|
||||||
<p class="profile-title">{{ u.organization }}</p>
|
<p class="profile-title">{{ u.organization }}</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue