switch from ddportfolio to debianmemberportfolio
- change all references from ddportfolio to debianmemberportfolio - rename debianmemberportfolio.controllers.DDPortfolioController to debianmemberportfolio.controllers.Controller - update documentation - update copyright years, unify file header formatting
This commit is contained in:
parent
780e10494e
commit
b670f58c7a
45 changed files with 1217 additions and 1123 deletions
|
|
@ -25,8 +25,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
</%def>
|
||||
<%def name="extrahead()">${h.javascript_link('/javascript/jquery/jquery.js',
|
||||
h.url(controller='showformscripts', action='index'))}</%def>
|
||||
${h.form(h.url(action='urllist', controller='ddportfolio'), method='get')}
|
||||
<fieldset id="ddportfolio">
|
||||
${h.form(h.url(action='urllist', controller='portfolio'), method='get')}
|
||||
<fieldset id="portfolio">
|
||||
<legend>${_('Debian Member Portfolio')}</legend>
|
||||
<div id="emailfield" \
|
||||
% if 'email' in c.messages['errors']:
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
- ${_('Your personal links')}
|
||||
</%def>
|
||||
% if c.urldata:
|
||||
<fieldset id="ddportfolio">
|
||||
<fieldset id="portfolio">
|
||||
<legend>${_('Debian Member Portfolio')}</legend>
|
||||
<table id="urltable">
|
||||
<thead>
|
||||
|
|
@ -64,4 +64,4 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
</table>
|
||||
</fieldset>
|
||||
% endif
|
||||
<p>${h.link_to(_('Restart'), h.url(controller='ddportfolio', action='index'))}</p>
|
||||
<p>${h.link_to(_('Restart'), h.url(controller='portfolio', action='index'))}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue