Changed donations.html table style, Added pagination to donations list view. Hiding donate now button if the user is logged in and already has a donation.Handled the case when an user has not donations yet in donations.html view. Fixed bug on donation signup

This commit is contained in:
Levi 2016-08-03 00:50:33 -05:00
commit 5fce858923
8 changed files with 34 additions and 6 deletions

View file

@ -22,6 +22,7 @@ class PostListViewUngleichTest(BaseTestCase):
self.url = reverse('ungleich:post-list')
self.view = PostListViewUngleich
self.expected_template = 'djangocms_blog/post_list_ungleich.html'
activate(self.EN_LANGUAGE_CODE)
en_post_titles = ['post-title-1', 'post-title-2']
self.en_posts = [mommy.make(Post, title=x, publish=True) for x in en_post_titles]
# activate DE language in order to create DE POSTS