Skip to content

Commit

Permalink
run precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
AtmegaBuzz committed Feb 29, 2024
1 parent b9b0b69 commit f2853e6
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions website/templates/issue2.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,11 @@
{% endif %}
</div>
<div class="flex flex-col justify-center">

{% if object.user.username %}

<a href="{% url 'profile' slug=object.user.username %}">
Reported By
<span class="font-bold">{{ object.user.username }}</span>
</a>

{% else %}
<a href="">
Reported By
Expand Down Expand Up @@ -308,17 +305,12 @@
{% endif %}
</div>
<div class="full p-3 flex flex-col justify-center">

{% if object.user.username %}

<a class="font-bold text-3xl"
href="{% url 'profile' slug=object.user.username %}">Reported By {{ object.user.username|default_if_none:"Anonymous" }}</a>

href="{% url 'profile' slug=object.user.username %}">Reported By {{ object.user.username }}</a>
{% else %}
<a class="font-bold text-3xl"
href="">Reported By Anonymous</a>
<a class="font-bold text-3xl" href="">Reported By Anonymous</a>
{% endif %}

<p class="text-2xl font-light">
Total points <span class="font-bold">{{ users_score }}</span>
</p>
Expand Down

0 comments on commit f2853e6

Please sign in to comment.