diff --git a/.gitignore b/.gitignore index 4d5af96..7d0e393 100644 --- a/.gitignore +++ b/.gitignore @@ -209,3 +209,4 @@ ENV/ /site # End of https://www.gitignore.io/api/django,python,pycharm,intellij +staticfiles/ diff --git a/home/templates/home/index.html b/home/templates/home/index.html index 4996f04..364cd59 100644 --- a/home/templates/home/index.html +++ b/home/templates/home/index.html @@ -11,10 +11,16 @@
{{ number.phone_number }}
- {% endfor %} - Agregar número | Números actuales diff --git a/home/templates/home/new_number.html b/home/templates/home/new_number.html index f5687dd..46a95f8 100644 --- a/home/templates/home/new_number.html +++ b/home/templates/home/new_number.html @@ -4,6 +4,12 @@