Commit e47d45eb authored by Michael Neufing's avatar Michael Neufing

Fixed some minor HTML errors in accounts/profile.html

parent e1640eda
...@@ -177,7 +177,6 @@ ...@@ -177,7 +177,6 @@
<th>{% trans "Identity" %}</th> <th>{% trans "Identity" %}</th>
<th>{% trans "User ID" %}</th> <th>{% trans "User ID" %}</th>
<th>{% trans "Action" %}</th> <th>{% trans "Action" %}</th>
</td>
</tr> </tr>
<tbody> <tbody>
<tr> <tr>
...@@ -190,7 +189,7 @@ ...@@ -190,7 +189,7 @@
{% for assoc in associated %} {% for assoc in associated %}
<tr> <tr>
<th>{% auth_name assoc.provider '' ' ' %}</th> <th>{% auth_name assoc.provider '' ' ' %}</th>
<td>{{ assoc.uid }}</th> <td>{{ assoc.uid }}</td>
<td> <td>
{% if associated.count > 1 %} {% if associated.count > 1 %}
<a href="{% url 'social:disconnect_individual' assoc.provider assoc.id %}?next={% url 'profile' %}" class="disconnect btn btn-danger"><i class="fa fa-trash"></i> {% trans "Disconnect" %}</a> <a href="{% url 'social:disconnect_individual' assoc.provider assoc.id %}?next={% url 'profile' %}" class="disconnect btn btn-danger"><i class="fa fa-trash"></i> {% trans "Disconnect" %}</a>
...@@ -253,8 +252,7 @@ ...@@ -253,8 +252,7 @@
<th>{% trans "Your public profile" %}</th> <th>{% trans "Your public profile" %}</th>
<td><a href="{{ user_page }}">{{ user_page }}</a></td> <td><a href="{{ user_page }}">{{ user_page }}</a></td>
</tr> </tr>
</table </table>
</div>
</div> </div>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment