SciPost Code Repository
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SciPost
Manage
Activity
Members
Labels
Plan
Issues
118
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
SciPost
SciPost
Commits
e9f56a4c
Commit
e9f56a4c
authored
1 year ago
by
George Katsikas
Browse files
Options
Downloads
Patches
Plain Diff
remove deprecated summary buttons from nominations
parent
fe456a61
No related branches found
No related tags found
1 merge request
!58
[Fellowship Nominations] Rework the fellowship nomination system and UI
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scipost_django/colleges/templates/colleges/nominations.html
+0
-42
0 additions, 42 deletions
scipost_django/colleges/templates/colleges/nominations.html
with
0 additions
and
42 deletions
scipost_django/colleges/templates/colleges/nominations.html
+
0
−
42
View file @
e9f56a4c
...
@@ -76,48 +76,6 @@
...
@@ -76,48 +76,6 @@
<div
id=
"search-nominations-results"
class=
"mt-2"
></div>
<div
id=
"search-nominations-results"
class=
"mt-2"
></div>
{% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %}
<details
id=
"ensure-specialties-details"
class=
"border border-danger border-2 mt-4"
>
<summary
class=
"bg-danger bg-opacity-10 p-2 d-block list-triangle"
>
<div
class=
"fs-5"
>
Start voting
</div>
</summary>
<div
class=
"p-2"
>
<h3>
Add specialties
</h3>
<div
id=
"nominations_needing_specialties"
hx-get=
"{% url 'colleges:_hx_nominations_needing_specialties' %}"
hx-trigger=
"intersect once"
></div>
<h3
class=
"mt-4 "
>
Start round
</h3>
<div
id=
"nominations_no_round_started"
hx-get=
"{% url 'colleges:_hx_nominations_no_round_started' %}"
hx-trigger=
"intersect once, click from:body target:.nomination-start-round-btn, click from:body target:.nomination-specialties-done-btn"
>
</div>
</div>
</details>
{% endif %}
<details
id=
"voting-details"
class=
"border border-primary border-2 mt-4"
>
<summary
class=
"bg-primary bg-opacity-10 p-2 d-block list-triangle"
>
<div
class=
"fs-5"
>
{% if 'edadmin' not in user_roles %}
Vote
{% else %}
Manage voting
{% endif %}
</div>
</summary>
<div
class=
"p-2"
>
<div
id=
"voting_tablist"
hx-trigger=
"toggle from:#voting-details, click from:body target:.nomination-start-round-btn"
hx-get=
"{% url 'colleges:_hx_nominations' %}?tab=
{% if 'edadmin' in user_roles %}ongoing{% else %}ongoing-vote_required{% endif %}
"
></div>
</div>
</details>
{% if "edadmin" in user_roles %}
{% if "edadmin" in user_roles %}
<details
id=
"invitations-details"
class=
"border border-success border-2 mt-4"
>
<details
id=
"invitations-details"
class=
"border border-success border-2 mt-4"
>
<summary
class=
"bg-success bg-opacity-10 p-2 d-block list-triangle"
>
<summary
class=
"bg-success bg-opacity-10 p-2 d-block list-triangle"
>
...
...
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