diff --git a/Makefile b/Makefile
index c7757df..4f23e17 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ endef
default: ## Run app
$(call run_migrations)
+ . ./venv/bin/activate && yes yes | python manage.py collectstatic
. ./venv/bin/activate && python manage.py runserver
coverage: ## Generate test coverage report
diff --git a/README.md b/README.md
index c92fc72..2788868 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
# Hostea dashboard
-[![status-badge](https://woodpecker.hostea.org/api/badges/Hostea/dashboard/status.svg)](https://woodpecker.hostea.org/Hostea/dashboard)
+[![status-badge](https://woodpecker.gna.org/api/badges/Hostea/dashboard/status.svg)](https://woodpecker.gna.org/Hostea/dashboard)
[![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg?style=flat-square)](http://www.gnu.org/licenses/agpl-3.0)
[![Chat](https://img.shields.io/badge/matrix-hostea:matrix.batsense.net-purple?style=flat-square)](https://matrix.to/#/#hostea:matrix.batsense.net)
diff --git a/accounts/templates/accounts/auth/base.html b/accounts/templates/accounts/auth/base.html
index d217c27..c532e23 100644
--- a/accounts/templates/accounts/auth/base.html
+++ b/accounts/templates/accounts/auth/base.html
@@ -1,5 +1,5 @@
{% extends "common/components/base.html" %}
-{% block title %}{% block title_name %} {% endblock %} | Hostea Dashbaord{% endblock %}
+{% block title %}{% block title_name %} {% endblock %} | Gna! Dashboard{% endblock %}
{% block nav %} {% include "common/components/nav/pub.html" %} {% endblock %}
{% block main %}
@@ -11,12 +11,12 @@
A free forge ecosystem for free developers.
diff --git a/accounts/templates/accounts/auth/login.html b/accounts/templates/accounts/auth/login.html
index ca52cff..6fbf2c0 100644
--- a/accounts/templates/accounts/auth/login.html
+++ b/accounts/templates/accounts/auth/login.html
@@ -39,7 +39,7 @@
- New to Hostea?
+ New to Gna!?
Create an account
{% endblock %}
diff --git a/accounts/templates/accounts/auth/password-reset-form.html b/accounts/templates/accounts/auth/password-reset-form.html
index d810b4e..0d86bd5 100644
--- a/accounts/templates/accounts/auth/password-reset-form.html
+++ b/accounts/templates/accounts/auth/password-reset-form.html
@@ -1,5 +1,5 @@
{% extends "common/components/base.html" %}
-{% block title %} Reset Password| Hostea Dashboard{% endblock %}
+{% block title %} Reset Password| Gna! Dashboard{% endblock %}
{% block nav %} {% include "common/components/nav/pub.html" %} {% endblock %}
{% block main %}
diff --git a/accounts/templates/accounts/auth/password-reset-resend-verification.html b/accounts/templates/accounts/auth/password-reset-resend-verification.html
index 916d00d..774bd2a 100644
--- a/accounts/templates/accounts/auth/password-reset-resend-verification.html
+++ b/accounts/templates/accounts/auth/password-reset-resend-verification.html
@@ -1,5 +1,5 @@
{% extends "common/components/base.html" %}
-{% block title %} Reset Password | Hostea Dashboard{% endblock %}
+{% block title %} Reset Password | Gna! Dashboard{% endblock %}
{% block nav %} {% include "common/components/nav/pub.html" %} {% endblock %}
{% block main %}
diff --git a/accounts/templates/accounts/auth/password-reset.html b/accounts/templates/accounts/auth/password-reset.html
index 867faf8..0aba4a3 100644
--- a/accounts/templates/accounts/auth/password-reset.html
+++ b/accounts/templates/accounts/auth/password-reset.html
@@ -1,5 +1,5 @@
{% extends "common/components/base.html" %}
-{% block title %} Reset Password | Hostea Dashboard{% endblock %}
+{% block title %} Reset Password | Gna! Dashboard{% endblock %}
{% block nav %} {% include "common/components/nav/pub.html" %} {% endblock %}
{% block main %}
diff --git a/accounts/templates/accounts/auth/sudo.html b/accounts/templates/accounts/auth/sudo.html
index eadafe4..f0179f7 100644
--- a/accounts/templates/accounts/auth/sudo.html
+++ b/accounts/templates/accounts/auth/sudo.html
@@ -1,5 +1,5 @@
{% extends "common/components/base.html" %}
-{% block title %} Confirm Access | Hostea Dashbaord{% endblock %}
+{% block title %} Confirm Access | Gna! Dashboard{% endblock %}
{% block nav %} {% include "dash/common/components/primary-nav.html" %} {% endblock %}
{% block main %}
diff --git a/accounts/templates/accounts/auth/verification-pending.html b/accounts/templates/accounts/auth/verification-pending.html
index c31622d..5a39807 100644
--- a/accounts/templates/accounts/auth/verification-pending.html
+++ b/accounts/templates/accounts/auth/verification-pending.html
@@ -1,5 +1,5 @@
{% extends "common/components/base.html" %}
-{% block title %} Confirm Account | Hostea Dashbaord{% endblock %}
+{% block title %} Confirm Account | Gna! Dashboard{% endblock %}
{% block nav %} {% include "common/components/nav/pub.html" %} {% endblock %}
{% block main %}
diff --git a/accounts/templates/accounts/auth/verify.html b/accounts/templates/accounts/auth/verify.html
index 36f5ee3..553a613 100644
--- a/accounts/templates/accounts/auth/verify.html
+++ b/accounts/templates/accounts/auth/verify.html
@@ -1,5 +1,5 @@
{% extends "common/components/base.html" %}
-{% block title %} Confirm Account | Hostea Dashbaord{% endblock %}
+{% block title %} Confirm Account | Gna! Dashboard{% endblock %}
{% block nav %} {% include "common/components/nav/pub.html" %} {% endblock %}
{% block main %}
diff --git a/accounts/templates/common/components/footer.html b/accounts/templates/common/components/footer.html
index e82e052..caf72e4 100644
--- a/accounts/templates/common/components/footer.html
+++ b/accounts/templates/common/components/footer.html
@@ -10,21 +10,11 @@
title="RSS"
>Home
|
-
About
-