diff --git a/drakul/raids/templates/raids/raid_list.html b/drakul/raids/templates/raids/raid_list.html deleted file mode 100644 index 64e427b..0000000 --- a/drakul/raids/templates/raids/raid_list.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Raids{% endblock %} - - -{% block content %} -

Raids

-{% if perms.raids.add_raid %}Add New{% endif %} - -{% endblock content %}