Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NLMaps Web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simon Will
NLMaps Web
Commits
e9684720
Commit
e9684720
authored
4 years ago
by
Simon Will
Browse files
Options
Downloads
Patches
Plain Diff
Fix mailto link on final tutorial page
parent
ef76d0a9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nlmapsweb/templates/tutorial_chapters/8.html
+1
-1
1 addition, 1 deletion
nlmapsweb/templates/tutorial_chapters/8.html
nlmapsweb/views/__init__.py
+1
-0
1 addition, 0 deletions
nlmapsweb/views/__init__.py
with
2 additions
and
1 deletion
nlmapsweb/templates/tutorial_chapters/8.html
+
1
−
1
View file @
e9684720
...
...
@@ -14,4 +14,4 @@ anonymously.</p>
</form>
<p>
You can also contact us with any questions or remarks at
<a
href=
"will@cl.uni-heidelberg.de?subject=About NLMaps Web"
>
will@cl.uni-heidelberg.de
</a></p>
<a
href=
"
mailto:
will@cl.uni-heidelberg.de?subject=About NLMaps Web"
>
will@cl.uni-heidelberg.de
</a></p>
This diff is collapsed.
Click to expand it.
nlmapsweb/views/__init__.py
+
1
−
0
View file @
e9684720
...
...
@@ -2,6 +2,7 @@ from .annotating import annotation_progress
from
.batch_parse
import
batch_parse
from
.errors
import
(
page_forbidden
,
page_not_found
,
internal_server_error
,
mt_server_error
)
from
.faq
import
faq
from
.feedback
import
(
create_feedback
,
delete_feedback_piece
,
export_feedback
,
feedback_piece
,
list_feedback
,
update_parse_taggings
)
from
.legal
import
legal_notice
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment