app/soc/templates/soc/site/user/profile/edit.html
changeset 290 2a92b866ed40
parent 235 17b35a1f2868
child 291 5905c8e97e68
equal deleted inserted replaced
289:1b63d17d5b62 290:2a92b866ed40
    73     <input type="submit" style="font-weight: bold" name="save" value="Save Changes"/></span>
    73     <input type="submit" style="font-weight: bold" name="save" value="Save Changes"/></span>
    74    </td>
    74    </td>
    75    <td>
    75    <td>
    76     <input type="button" onclick="location.href='/'" value="Cancel"/>
    76     <input type="button" onclick="location.href='/'" value="Cancel"/>
    77    </td>
    77    </td>
    78    <td>&nbsp;</td>
       
    79 {% if submit_error %}
    78 {% if submit_error %}
    80    <td class="formfielderror">
    79    <td class="formfielderror">
    81     {{ submit_error }}
    80     {{ submit_error }}
    82    </td>
       
    83 {% else %}
       
    84    <td>
       
    85     {% if submit_message %}<b><i>{{ submit_message }}</i></b>{% else %}&nbsp;{% endif %}
       
    86    </td>
    81    </td>
    87 {% endif %}
    82 {% endif %}
    88   </tr>
    83   </tr>
    89  </table>
    84  </table>
    90 </form>
    85 </form>