Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
70bd8b67
Commit
70bd8b67
authored
Jul 23, 2018
by
Joren Vrancken
Browse files
Remove trailing whitespaces
parent
0cb1bcf0
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
70bd8b67
...
...
@@ -32,7 +32,7 @@ Testing and linting
1.
In the root folder of the project, run
`tox`
.
You may get errors about missing interpreters. That is normal and can be
You may get errors about missing interpreters. That is normal and can be
ignored. If you want to run a specific check, you can do the following:
tox -e flake8 # Runs the flake8 linter
...
...
tox.ini
View file @
70bd8b67
...
...
@@ -18,7 +18,7 @@ commands =
python
manage.py
makemigrations
--no-input
--check
--dry-run
python
-Wall
-mcoverage
run
--branch
--source
'.'
manage.py
test
safety
check
deps
=
deps
=
coverage
pip-conflict-checker
django20:
django>=2.0rc1,<2.1
...
...
website/events/templates/events/event.html
View file @
70bd8b67
...
...
@@ -127,7 +127,7 @@
{% if permissions.create_registration %}
<p>
{% url 'event-registration-terms' as terms_url %}
{% blocktrans trimmed %}
{% blocktrans trimmed %}
By registering,
you confirm that you have read the
<a
target=
"_blank"
href=
"{{ terms_url }}"
>
terms and conditions
</a>
,
that you understand them and that you agree to be bound by them.
...
...
Write
Preview
Supports
Markdown
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