Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 614f13f

Browse files
author
Sandro Rodrigues
committed
Fixed style of pypi badge
1 parent 38da67f commit 614f13f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Django CBMail
22
================
33

4-
|Pypi| |Build Status| |Codacy Badge| |Coverage Status| |BCH compliance|
4+
|Build Status| |Codacy Badge| |Coverage Status| |BCH compliance| |Pypi|
55

66
Django module to easily send templated emails in a DRY way using
77
classes, just like Class Based Views.
@@ -84,8 +84,6 @@ projects and commercial products.
8484
.. _Settings reference: #settings-reference
8585
.. _License: #license
8686

87-
.. |Pypi| image:: https://img.shields.io/pypi/v/django-cbmail.svg?style=flat-square
88-
:target: https://pypi.python.org/pypi/django-cbmail
8987
.. |Build Status| image:: https://travis-ci.org/dipcode-software/django-cbmail.svg?branch=master
9088
:target: https://travis-ci.org/dipcode-software/django-cbmail
9189
.. |Codacy Badge| image:: https://api.codacy.com/project/badge/Grade/d01ebbe43c684d478cacc530e44633ad
@@ -94,3 +92,5 @@ projects and commercial products.
9492
:target: https://coveralls.io/github/dipcode-software/django-cbmail?branch=master
9593
.. |BCH compliance| image:: https://bettercodehub.com/edge/badge/dipcode-software/django-cbmail?branch=master
9694
:target: https://bettercodehub.com/
95+
.. |Pypi| image:: https://img.shields.io/pypi/v/django-cbmail.svg?style=flat
96+
:target: https://pypi.python.org/pypi/django-cbmail

0 commit comments

Comments
 (0)