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
Sith
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
59
Issues
59
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AE
Sith
Commits
b21d9f6f
Commit
b21d9f6f
authored
Aug 30, 2016
by
Skia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add price for subscriptions
parent
9cfdf479
Pipeline
#156
failed with stage
in 2 minutes and 10 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
10 deletions
+29
-10
locale/fr/LC_MESSAGES/django.mo
locale/fr/LC_MESSAGES/django.mo
+0
-0
locale/fr/LC_MESSAGES/django.po
locale/fr/LC_MESSAGES/django.po
+10
-10
subscription/migrations/0002_auto_20160830_1719.py
subscription/migrations/0002_auto_20160830_1719.py
+19
-0
No files found.
locale/fr/LC_MESSAGES/django.mo
View file @
b21d9f6f
No preview for this file type
locale/fr/LC_MESSAGES/django.po
View file @
b21d9f6f
...
...
@@ -2273,44 +2273,44 @@ msgstr "Montbéliard"
#: sith/settings.py:337 sith/settings_sample.py:319
msgid
"One semester"
msgstr
"Un semestre"
msgstr
"Un semestre
, 15 €
"
#: sith/settings.py:342 sith/settings_sample.py:324
msgid
"Two semesters"
msgstr
"Deux semestres"
msgstr
"Deux semestres
, 28 €
"
#: sith/settings.py:347 sith/settings_sample.py:329
msgid
"Common core cursus"
msgstr
"Cursus tronc commun"
msgstr
"Cursus tronc commun
, 45 €
"
#: sith/settings.py:352 sith/settings.py:357 sith/settings_sample.py:334
#: sith/settings_sample.py:339
msgid
"Branch cursus"
msgstr
"Cursus branche"
msgstr
"Cursus branche
, 45 €
"
#: sith/settings.py:362 sith/settings_sample.py:344
msgid
"Honorary member"
msgstr
"Membre honoraire"
msgstr
"Membre honoraire
, 0 €
"
#: sith/settings.py:367 sith/settings_sample.py:349
msgid
"Assidu member"
msgstr
"Membre d'Assidu"
msgstr
"Membre d'Assidu
, 0 €
"
#: sith/settings.py:372 sith/settings_sample.py:354
msgid
"Amicale/DOCEO member"
msgstr
"Membre de l'Amicale/DOCEO"
msgstr
"Membre de l'Amicale/DOCEO
, 0 €
"
#: sith/settings.py:377 sith/settings_sample.py:359
msgid
"UT network member"
msgstr
"Cotisant du réseau UT"
msgstr
"Cotisant du réseau UT
, 0 €
"
#: sith/settings.py:382 sith/settings_sample.py:364
msgid
"CROUS member"
msgstr
"Membres du CROUS"
msgstr
"Membres du CROUS
, 0 €
"
#: sith/settings.py:387 sith/settings_sample.py:369
msgid
"Sbarro/ESTA member"
msgstr
"Membre de Sbarro ou de l'ESTA"
msgstr
"Membre de Sbarro ou de l'ESTA
, 15 €
"
#: sith/settings.py:395 sith/settings_sample.py:377
msgid
"President"
...
...
subscription/migrations/0002_auto_20160830_1719.py
0 → 100644
View file @
b21d9f6f
# -*- coding: utf-8 -*-
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'subscription'
,
'0001_initial'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'subscription'
,
name
=
'location'
,
field
=
models
.
CharField
(
max_length
=
20
,
verbose_name
=
'location'
,
choices
=
[(
'BELFORT'
,
'Belfort'
),
(
'SEVENANS'
,
'Sevenans'
),
(
'MONTBELIARD'
,
'Montbéliard'
),
(
'EBOUTIC'
,
'Eboutic'
)]),
),
]
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