Adds more instagram hashtags

master
Laurent 6 years ago
parent 9241baf872
commit c665d0e4a3
  1. 2
      news/views.py

@ -131,7 +131,7 @@ def submission(request):
post.state = PostState.USER_SUBMITTED.value
post.save()
messages.success(request, 'GG! Thanks for posting!<br/>Instagram text:<br/> %s <br/>.<br/>.<br/>.<br/>.<br/>.<br/>#poker #pokernews #pokerlife #wsop #pokernight #chipporn #pokerlive #pokergrind #pokerrumble' % form.cleaned_data['title'])
messages.success(request, 'GG! Thanks for posting!<br/>Instagram text:<br/> %s <br/>.<br/>.<br/>.<br/>.<br/>.<br/>#poker #pokernews #pokerlife #wsop #pokernight #chipporn #pokerlive #pokergrind #pokerrumble #pokerstars #pokerchips #pokergames #pokertips #pokeronline #cashgame #pokerface #pokerquotes #texasholdem' % form.cleaned_data['title'])
#return render(request, 'news/index.html', context)
return HttpResponseRedirect(reverse('news:index'))

Loading…
Cancel
Save