Changeset c90d245 in OpenWorkouts-current for ow/templates


Ignore:
Timestamp:
Dec 17, 2018, 7:14:05 PM (5 years ago)
Author:
borja <borja@…>
Branches:
current, feature/docs, master
Children:
f7abb54
Parents:
722ae18
Message:

Set a common css class name that can be used in all forms to set default styling

for any form (ow-forms).

Updated edit-profile.pt so it uses this class for the edit profile form.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/templates/edit_profile.pt

    r722ae18 rc90d245  
    2323  <metal:content metal:fill-slot="content">
    2424      <h2 i18n:translate="">Edit profile</h2>
    25     <div class="edit-profile">
     25    <div class="edit-profile ow-forms">
    2626      ${form.begin(multipart=True)}
    2727      ${form.csrf_token()}
Note: See TracChangeset for help on using the changeset viewer.