Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clinicaltrials
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
david Chavalarias
clinicaltrials
Commits
6176a742
Commit
6176a742
authored
Jan 06, 2017
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
forgot new message.html template
parent
5c1a3be5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
message.html
templates/message.html
+32
-0
No files found.
templates/message.html
0 → 100644
View file @
6176a742
{% extends "base_layout.html" %}
{% block headers %}
<title>
Community Explorer Message
</title>
<meta
name=
"description"
content=
"Community Explorer User Information Message"
>
<meta
name=
"keywords"
content=
"information page, complex systems, community"
>
{% endblock %}
<!-- ======================================================================= -->
{% block main_content %}
<div
class=
"row"
>
<div
class=
"spacer col-sm-1 col-md-1"
>
</div>
<div
class=
"col-sm-8 col-md-8"
>
<div
id=
"intro"
>
<h2
class=
"oldstyle"
>
Message
</h2>
<p
class=
"mini-hero"
>
{{ message | safe }}
</p>
</div>
</div>
<div
class=
"spacer col-sm-2 col-md-2"
>
</div>
</div>
{% endblock %}
<!-- ======================================================================= -->
{% block last_imports %}
<!-- our js -->
<script
src=
"{{ url_for('static', filename='js/comex_user_shared.js') }}"
></script>
{% endblock %}
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