mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2026-02-05 07:12:10 +00:00
Added ProgrammingLanguage input field
Users can now add programming language and percentage to the project. ### TODO - [ ] Allow users to add multiple languages
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
{% csrf_token %}
|
||||
{{ project_form.as_p }}
|
||||
{{ hosting_platform_form.as_table }}
|
||||
<br />
|
||||
{{ programming_language_form.as_table }}
|
||||
<button type="submit">Submit</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user