diff options
Diffstat (limited to 'app/templates/modules/add-item.html')
| -rw-r--r-- | app/templates/modules/add-item.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/templates/modules/add-item.html b/app/templates/modules/add-item.html index 4eaee3d..88780bc 100644 --- a/app/templates/modules/add-item.html +++ b/app/templates/modules/add-item.html @@ -6,7 +6,7 @@  {% block title %}Add {{ table }} item{% endblock %}  {% block content %} -<form action="{{ request.path }}" method="POST"> +<form action="{{ '/fapg' + request.path }}" method="POST">      <fieldset>  	<legend>Add a new item to our {{ table }} table.</legend>  	{% for field in form %} | 
