Fix base template for stripe-related things
This commit is contained in:
parent
55a0b4c29e
commit
d3020247e4
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{% extends "site_base.html" %}
|
||||
{% extends "registrasion/base.html" %}
|
||||
{% load bootstrap %}
|
||||
{% load registrasion_tags %}
|
||||
{% block proposals_body %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "site_base.html" %}
|
||||
{% extends "registrasion/base.html" %}
|
||||
{% load bootstrap %}
|
||||
{% load registrasion_tags %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue