Skip to content

Commit

Permalink
Update form action URL to use global variable
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Jul 8, 2021
1 parent 31f1257 commit a601e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion privaterelay/templates/includes/dashboard-filter.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</div>
<div class="c-filter-action">
<!-- Button -->
<form action="/emails/" class="dash-create" method="POST">
<form action="{% url 'emails-index' %}" class="dash-create" method="POST">
<input type="hidden" name="api_token" value="{{ user_profile.api_token }}">
{% if user_profile.at_max_free_aliases and not user_profile.has_unlimited %}
<a
Expand Down

0 comments on commit a601e92

Please sign in to comment.