Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
memopol
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
luxcem
memopol
Commits
ec5ff1db
Commit
ec5ff1db
authored
Oct 14, 2016
by
Nicolas Joyard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix qa
parent
83b5c959
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
src/memopol/context_processors.py
src/memopol/context_processors.py
+0
-1
src/memopol/forms.py
src/memopol/forms.py
+1
-2
No files found.
src/memopol/context_processors.py
View file @
ec5ff1db
from
.forms
import
DossierSearchForm
,
RepresentativeSearchForm
from
memopol_settings.models
import
Setting
from
representatives.models
import
Chamber
,
Group
def
search_forms
(
request
):
...
...
src/memopol/forms.py
View file @
ec5ff1db
from
django
import
forms
from
dal
import
autocomplete
,
forward
from
representatives.models
import
Chamber
,
Group
,
Representative
from
representatives_votes.models
import
Dossier
from
representatives.models
import
Chamber
,
Group
class
RepresentativeSearchForm
(
forms
.
Form
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment