use base_simple in some old templates

This commit is contained in:
Trever Fischer
2012-03-04 14:39:21 -05:00
parent 234b2f129a
commit d7dccf9904
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "base_simple.html" %}
{%block title%}Claim an Invite{%endblock%}
{%block content %}

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "base_simple.html" %}
{%block title%}Register an Account{%endblock%}
{%block content %}