Changeset 4226ce0 in OpenWorkouts-current for ow/views/root.py


Ignore:
Timestamp:
Feb 9, 2019, 9:53:03 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
bddf042
Parents:
56caf3d (diff), 6edc367 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'feature/ui'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/views/root.py

    r56caf3d r4226ce0  
    4444        'form': FormRenderer(form)
    4545    }
     46
     47@view_config(
     48    context=OpenWorkouts,
     49    permission='view',
     50    name='promo',
     51    renderer='ow:templates/openworkouts.pt')
     52def promo(context, request):
     53    return {}
     54
Note: See TracChangeset for help on using the changeset viewer.