aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/main/invite.py
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-04-10 22:45:23 +0200
committerGravatar Leon Sandøy <[email protected]>2018-04-10 22:45:23 +0200
commit00e6c0f1540b9f0c6a57e2b10fc6d17a22bf6d11 (patch)
tree479e9dfbf97ca99dc0bbc74e6be790d1265e4088 /pysite/views/main/invite.py
parentpadding should be on the nav, not the container. my bad. (diff)
Moved all redirects into a folder and added one for github.
Diffstat (limited to 'pysite/views/main/invite.py')
-rw-r--r--pysite/views/main/invite.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/pysite/views/main/invite.py b/pysite/views/main/invite.py
deleted file mode 100644
index 5f31d7db..00000000
--- a/pysite/views/main/invite.py
+++ /dev/null
@@ -1,12 +0,0 @@
-# coding=utf-8
-from flask import redirect
-
-from pysite.base_route import RouteView
-
-
-class InviteView(RouteView):
- path = "/invite"
- name = "invite"
-
- def get(self):
- return redirect("https://discord.gg/8NWhsvT")