rochacbruno-archive / Movuca

Movuca - web2py powered social CMS (this project is not updated/maintained anymore, if you want to adopt it, let me know, then I can transfer ownership)
Other
105 stars 27 forks source link

remove hardcoded article #25

Open timmie opened 12 years ago

timmie commented 12 years ago

in Movuca/views/bootstrap/app/layout.html


 {{for content_type in content_types:}}
                  <li>{{=A(iicon('list-alt'), T(content_type.title), _href=CURL('article', 'new', args=content_type.identifier))}}</li>
              {{pass}}

please replace

CURL('article', 'new',

by

CURL('content_type.title', 'new',