1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Sat, 4 Jan 2020 20:49:46 +0100
Subject: Remove remote image shields to prevent privacy issues.
---
README.rst | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/README.rst b/README.rst
index ff67a70..ab8c09c 100644
--- a/README.rst
+++ b/README.rst
@@ -1,16 +1,6 @@
django-otp
==========
-.. image:: https://img.shields.io/pypi/v/django-otp?color=blue
- :target: https://pypi.org/project/django-otp/
- :alt: PyPI
-.. image:: https://img.shields.io/readthedocs/django-otp-official
- :target: https://django-otp-official.readthedocs.io/
- :alt: Documentation
-.. image:: https://img.shields.io/badge/github-django--otp-green
- :target: https://github.com/django-otp/django-otp
- :alt: Source
-
This project makes it easy to add support for `one-time passwords
<http://en.wikipedia.org/wiki/One-time_password>`_ (OTPs) to Django. It can be
integrated at various levels, depending on how much customization is required.
|