Skip to content

Commit

Permalink
Make the website form show up when you don't already have any.
Browse files Browse the repository at this point in the history
  • Loading branch information
colons committed Nov 7, 2023
1 parent 02cc49e commit cacb035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nkdsu/templates/include/voter_meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2>
<p class="patron">{{ voter.name }} supports Neko Desu <a href="https://www.patreon.com/NekoDesu">financially</a>!</p>
{% endif %}

{% if voter.get_websites or voter == request.user %}
{% if voter.get_websites or voter == request.user.profile %}
<div class="websites">
<ul>
{% for website in voter.get_websites %}
Expand Down

0 comments on commit cacb035

Please sign in to comment.