fix: view name
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
</div>
|
||||
<div class="block">
|
||||
{% 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 }}">
|
||||
<button class="button is-primary is-fullwidth" type="submit" id="submit">
|
||||
{{ adoption_notice.further_information | domain }} <i
|
||||
|
@@ -110,7 +110,7 @@ urlpatterns = [
|
||||
###################
|
||||
## 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 ##
|
||||
|
Reference in New Issue
Block a user