Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wahlfang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
stustanet
wahlfang
Commits
025b8280
Commit
025b8280
authored
4 years ago
by
Julien Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
remove button on voting ended view
parent
fe69a8db
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#473
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vote/templates/vote/index.html
+3
-2
3 additions, 2 deletions
vote/templates/vote/index.html
with
3 additions
and
2 deletions
vote/templates/vote/index.html
+
3
−
2
View file @
025b8280
...
...
@@ -21,8 +21,9 @@
<p
class=
"mb-0"
>
This election will end {{ voter.election.end_date|date:"l Y-m-d H:i:s" }}
</p>
</div>
{% elif voter.election.closed %}
<a
class=
"btn btn-outline-dark disabled"
role=
"button"
href=
"#"
>
Voting ended
</a>
<div
class=
"alert alert-primary mt-3"
role=
"alert"
>
<div
class=
"alert alert-info"
role=
"alert"
>
<h4
class=
"alert-heading"
>
Voting Ended
</h4>
<hr>
The results will be announced during the online meeting at
<a
href=
"{{ voter.election.meeting_link }}"
>
{{ voter.election.meeting_link }}
</a>
,
starting on {{ voter.election.meeting_start_time|date:"l Y-m-d H:i" }}.
...
...
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