Changeset - dd0ea791f9b3
[Not reviewed]
default
0 1 0
Dennis Fink - 10 years ago 2014-12-12 14:26:15
dennis.fink@c3l.lu
Use url_for for submit address in BPMForm on root.contact page
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/root/contact.html
Show inline comments
 
@@ -10,7 +10,7 @@
 
  <div class="col-md-8">
 
    <h2>General</h2>
 
    <div class="pull-right">
 
      <form class="form-inline" role="form" method="POST" action="/contact">
 
      <form class="form-inline" role="form" method="POST" action="{{ url_for('root.contact') }}">
 
        {{ form.hidden_tag()}}
 
        <div class="form-group">
 
          {{ form.country.label }}
0 comments (0 inline, 0 general)