Skip to content

Commit

Permalink
better late than never, fixed the New Post guide, closes #886
Browse files Browse the repository at this point in the history
  • Loading branch information
ialbert committed May 12, 2023
1 parent 7376962 commit c1571e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion biostar/forum/forms.py
Expand Up @@ -233,7 +233,7 @@ def suspend_user(user):

# This can be turned on if we want to be stricter
if user.profile.trusted:
auth.db_logger(user=user, target=user, text=f'NOT insta banned because trusted')
#auth.db_logger(user=user, target=user, text=f'NOT insta banned because trusted')
#raise forms.ValidationError("Spam words by trusted user.")
return

Expand Down
4 changes: 2 additions & 2 deletions biostar/forum/templates/widgets/post_message.html
@@ -1,3 +1,3 @@
<div style="padding: 5px; font-size: small">
See <a href="{% url 'post_view' '41949' %}" target="_blank">Posting Guide</a> for guidance on creating a post.<br>
</div>
See <a href="https://www.biostars.org/p/179963/" target="_blank">Posting Guide</a> for guidance on creating a post.<br>
</div>

0 comments on commit c1571e2

Please sign in to comment.