Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OSUG
JMMC
jmmc-jmdcui-docker
Commits
ad264428
Commit
ad264428
authored
Jan 21, 2020
by
Guillaume Mella
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix colspan
parent
908bec6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
jmdc-ui/jmdc_app/templates/moderate-submission.jinja2
jmdc-ui/jmdc_app/templates/moderate-submission.jinja2
+1
-1
No files found.
jmdc-ui/jmdc_app/templates/moderate-submission.jinja2
View file @
ad264428
...
...
@@ -46,7 +46,7 @@
</tr>
<tr>
<td> </td>
<td colspan="1
3
"><input type="text" name="comment[{{entry.star_info.id or '' }}]" value="{% if entry.comment %}{{entry.comment or '' }}{% endif %}"></input></td>
<td colspan="1
4
"><input type="text" name="comment[{{entry.star_info.id or '' }}]" value="{% if entry.comment %}{{entry.comment or '' }}{% endif %}"></input></td>
</tr>
{% endfor %}
</tbody>
...
...
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