follower
This commit is contained in:
@@ -3,11 +3,9 @@
|
||||
{% load rowerfilters %}
|
||||
{% load tz %}
|
||||
|
||||
{% block scripts %}
|
||||
{% include "monitorjobs.html" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block title %}Comment Session {% endblock %}
|
||||
|
||||
{% block title %}Follow Virtual Challenge{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
@@ -15,17 +13,6 @@
|
||||
|
||||
<ul class="main-content">
|
||||
<li class="grid_2">
|
||||
{% for c in comments %}
|
||||
<p>
|
||||
{{ c.created }}
|
||||
<b>{{ c.user.first_name }} {{ c.user.last_name }}</b>
|
||||
<div class="talk-bubble tri-right left-top">
|
||||
<div class="talktext">
|
||||
{{ c.comment }}
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
{% endfor %}
|
||||
<form enctype="multipart/form-data" method="post">
|
||||
<table width=100%>
|
||||
{{ form.as_table }}
|
||||
|
||||
Reference in New Issue
Block a user