|
|
|
|
@ -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')) |
|
|
|
|
|