muccg / angelman

RDRF based software for the Global Angelman Registry
GNU Affero General Public License v3.0
1 stars 0 forks source link

Template does not exist error (rdrf/account/register) #332

Closed mouneyrac closed 4 years ago

mouneyrac commented 4 years ago

the registry_code should be checked so we don't try to trigger this code on a wrong registry (here the wrong registry is "account"):

/templates/registration/registration_form.html

<!-- Registry specific registration form -->
        {% with "registration/registration_form_"|add:registry_code|add:".html" as template_name %}
            {% include template_name %}
        {% endwith %}
mouneyrac commented 4 years ago

Fix pushed in https://github.com/muccg/angelman/pull/333