fix: view name
This commit is contained in:
@@ -147,7 +147,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="block">
|
<div class="block">
|
||||||
{% if adoption_notice.further_information %}
|
{% if adoption_notice.further_information %}
|
||||||
<form method="get" action="{% url 'bulma-external-site' %}">
|
<form method="get" action="{% url 'external-site' %}">
|
||||||
<input type="hidden" name="url" value="{{ adoption_notice.further_information }}">
|
<input type="hidden" name="url" value="{{ adoption_notice.further_information }}">
|
||||||
<button class="button is-primary is-fullwidth" type="submit" id="submit">
|
<button class="button is-primary is-fullwidth" type="submit" id="submit">
|
||||||
{{ adoption_notice.further_information | domain }} <i
|
{{ adoption_notice.further_information | domain }} <i
|
||||||
|
@@ -110,7 +110,7 @@ urlpatterns = [
|
|||||||
###################
|
###################
|
||||||
## External Site ##
|
## External Site ##
|
||||||
###################
|
###################
|
||||||
path('bulma/external-site/', views.external_site_warning, name="bulma-external-site"),
|
path('bulma/external-site/', views.external_site_warning, name="external-site"),
|
||||||
|
|
||||||
###############
|
###############
|
||||||
## TECHNICAL ##
|
## TECHNICAL ##
|
||||||
|
Reference in New Issue
Block a user